Created
July 22, 2014 00:23
-
-
Save leongersing/c9bb7ee7a796a78be261 to your computer and use it in GitHub Desktop.
Sometimes you eat the...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Bar | |
def open | |
@operational_status = :open | |
end | |
def close | |
@operational_status = :closed | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
foo bar baz.