Skip to content

Instantly share code, notes, and snippets.

@greggroth
Created June 4, 2012 19:27
Show Gist options
  • Save greggroth/2870326 to your computer and use it in GitHub Desktop.
Save greggroth/2870326 to your computer and use it in GitHub Desktop.
state :sleeping do
def hungry?
false
end
end
state all - [:sleeping] do
def hungry?
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment