Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created July 29, 2012 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruprict/3200826 to your computer and use it in GitHub Desktop.
Save ruprict/3200826 to your computer and use it in GitHub Desktop.
class TeamOfHVACProfessionals
include IceWater
extend CoolGlassOfLemonade
validates :pool,
:presence => true
belongs_to :the_arctic
has_one :temperature_setting, :in => [:cold]
def current_fan_speed
:high
end
def go_outside
throw NotImplemented
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment