Skip to content

Instantly share code, notes, and snippets.

@windock
Created November 25, 2010 16:35
Show Gist options
  • Save windock/715607 to your computer and use it in GitHub Desktop.
Save windock/715607 to your computer and use it in GitHub Desktop.
class A
def foo
whatever
end
protected
def bar
whatever
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment