Class: Magiq::Types::Int
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
Methods inherited from Type
Constructor Details
This class inherits a constructor from Magiq::Types::Type
Instance Method Details
#cast! ⇒ Object
75 76 77 |
# File 'lib/magiq/types.rb', line 75 def cast! raw.to_i end |