Method: Code::Object::Decimal#code_to_integer
- Defined in:
- lib/code/object/decimal.rb
#code_to_integer ⇒ Object
280 281 282 |
# File 'lib/code/object/decimal.rb', line 280 def code_to_integer Integer.new(raw.to_i) end |
280 281 282 |
# File 'lib/code/object/decimal.rb', line 280 def code_to_integer Integer.new(raw.to_i) end |