Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created April 30, 2010 04:10
Show Gist options
  • Save bcardarella/384728 to your computer and use it in GitHub Desktop.
Save bcardarella/384728 to your computer and use it in GitHub Desktop.
class Misc::Booking::Lab
def self.timeslot
Timeslot.print
end
end
class Misc::Booking::Timeslot
def self.print
puts "printing..."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment