Skip to content

Instantly share code, notes, and snippets.

@bradly
Created May 3, 2009 20:50
Show Gist options
  • Save bradly/106156 to your computer and use it in GitHub Desktop.
Save bradly/106156 to your computer and use it in GitHub Desktop.
if @hotel.name == 'Hilton' and self.wants?(:internet)
@hotel.legnth_of_stay.times do
@hotel.cost += 13.99
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment