Method: Code::Object::Decimal#code_superior
- Defined in:
- lib/code/object/decimal.rb
#code_superior(other) ⇒ Object
260 261 262 |
# File 'lib/code/object/decimal.rb', line 260 def code_superior(other) Boolean.new(raw > other.raw) end |