Method: AutomobileFuel.fallback_blend_portion
- Defined in:
- lib/earth/automobile/automobile_fuel.rb
.fallback_blend_portion ⇒ Object
58 59 60 |
# File 'lib/earth/automobile/automobile_fuel.rb', line 58 def fallback_blend_portion diesel.total_consumption / (diesel.total_consumption + gasoline.total_consumption) end |