Skip to content

Instantly share code, notes, and snippets.

@rramsden
Created June 6, 2011 18:30
Show Gist options
  • Save rramsden/1010785 to your computer and use it in GitHub Desktop.
Save rramsden/1010785 to your computer and use it in GitHub Desktop.
class A
private
def one
end
private
def two
end
end
A.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment