Class: Object

Inherits:
BasicObject
Defined in:
lib/ruby_units/object.rb

Instance Method Summary collapse

Instance Method Details

#Unit(*other) ⇒ Unit Also known as: U, u

Shortcut for creating Unit object

Examples:

Unit("1 mm")
U("1 mm")

Returns:



8
9
10
# File 'lib/ruby_units/object.rb', line 8

def Unit(*other)
  other.to_unit
end