Method: Unit#coerce

Defined in:
lib/unit/class.rb

#coerce(other) ⇒ Object



189
190
191
# File 'lib/unit/class.rb', line 189

def coerce(other)
  [coerce_numeric(other), self]
end