Skip to content

Instantly share code, notes, and snippets.

@gustin
Created January 7, 2009 02:28
Show Gist options
  • Save gustin/44148 to your computer and use it in GitHub Desktop.
Save gustin/44148 to your computer and use it in GitHub Desktop.
class FooBar
def meth
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