Method: UOM::Unit#*
- Defined in:
- lib/uom/unit.rb
#*(other) ⇒ Object
151 152 153 |
# File 'lib/uom/unit.rb', line 151 def *(other) CompositeUnit.for(self, other, :*) end |
151 152 153 |
# File 'lib/uom/unit.rb', line 151 def *(other) CompositeUnit.for(self, other, :*) end |