Skip to content

Instantly share code, notes, and snippets.

@eladmeidar
Created December 1, 2014 17:03
Show Gist options
  • Save eladmeidar/47bdf4e49a4efa14b5f2 to your computer and use it in GitHub Desktop.
Save eladmeidar/47bdf4e49a4efa14b5f2 to your computer and use it in GitHub Desktop.
Parking lot basics
class ParkingLot
end
class Car
end
class Ticket
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment