Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created July 29, 2012 18:28
Show Gist options
  • Select an option

  • Save ruprict/3200826 to your computer and use it in GitHub Desktop.

Select an option

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