Skip to content

Instantly share code, notes, and snippets.

@Martin-Nyaga
Last active November 24, 2016 15:48
Show Gist options
  • Save Martin-Nyaga/3a6583387eea9c655d4524fdaede9ffa to your computer and use it in GitHub Desktop.
Save Martin-Nyaga/3a6583387eea9c655d4524fdaede9ffa to your computer and use it in GitHub Desktop.
class PublicBusParkingTicket < ParkingTicket
def total_cost
@eet_passed == true ? surcharge : super
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment