Skip to content

Instantly share code, notes, and snippets.

@gustin
Created January 7, 2009 02:30
Show Gist options
  • Save gustin/44149 to your computer and use it in GitHub Desktop.
Save gustin/44149 to your computer and use it in GitHub Desktop.
class FooBar
def method
end
private
def private_meth
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment