Skip to content

Instantly share code, notes, and snippets.

@leongersing
Created July 22, 2014 00:23
Show Gist options
  • Save leongersing/c9bb7ee7a796a78be261 to your computer and use it in GitHub Desktop.
Save leongersing/c9bb7ee7a796a78be261 to your computer and use it in GitHub Desktop.
Sometimes you eat the...
class Bar
def open
@operational_status = :open
end
def close
@operational_status = :closed
end
end
@leongersing
Copy link
Author

foo bar baz.

@spicycode
Copy link

@leongersing FOO BAR BAZ YOU SAY?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment