module Int16::Lucky
Included Modules
Extended Modules
Defined in:
avram/charms/int16_extensions.crInstance Method Summary
- #from_db!(value : Int16)
- #parse(value : Int16)
- #parse(values : Array(Int16))
- #parse(value : String)
- #parse(value : Int32)
- #to_db(value : Int16)
- #to_db(values : Array(Int16))
Instance methods inherited from module Avram::Type
from_db!(value)
from_db!,
parse(value : Nil)parse(values : Array(String)) parse, parse!(value) parse!, to_db(value : Nil) to_db, to_db!(value) to_db!