Whether the cost is zero
500 501 502
# File 'lib/osm/event.rb', line 500 def cost_free? cost.eql?('0.00') end