Method: SimpleUnits::Composite#numerators
- Defined in:
- lib/simple_units/composite.rb
#numerators ⇒ Object
44 45 46 47 48 |
# File 'lib/simple_units/composite.rb', line 44 def numerators @contexts_hash.reject do |name, hash| hash[:order] < 0 end end |