Method: Code::Object::Decimal#code_inferior

Defined in:
lib/code/object/decimal.rb

#code_inferior(other) ⇒ Object



195
196
197
# File 'lib/code/object/decimal.rb', line 195

def code_inferior(other)
  Boolean.new(raw < other.raw)
end