Method: Osm::Event#cost_free?

Defined in:
lib/osm/event.rb

#cost_free?Boolean

Whether the cost is zero



500
501
502
# File 'lib/osm/event.rb', line 500

def cost_free?
  cost.eql?('0.00')
end