Whether the cost is to be confirmed
Returns:
whether the cost is TBC
494 495 496
# File 'lib/osm/event.rb', line 494 def cost_tbc? cost.eql?('TBC') end