Method: Code::Object::Decimal#code_inferior_or_equal
- Defined in:
- lib/code/object/decimal.rb
#code_inferior_or_equal(other) ⇒ Object
199 200 201 |
# File 'lib/code/object/decimal.rb', line 199 def code_inferior_or_equal(other) Boolean.new(raw <= other.raw) end |