Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/ruby_units/object.rb
Instance Method Summary collapse
-
#Unit(*other) ⇒ Unit
(also: #U, #u)
Shortcut for creating Unit object.
Instance Method Details
#Unit(*other) ⇒ Unit Also known as: U, u
Shortcut for creating Unit object
8 9 10 |
# File 'lib/ruby_units/object.rb', line 8 def Unit(*other) other.to_unit end |