Skip to content

Instantly share code, notes, and snippets.

@agraves
Created January 26, 2012 00:48
Show Gist options
  • Save agraves/1680083 to your computer and use it in GitHub Desktop.
Save agraves/1680083 to your computer and use it in GitHub Desktop.
Spot the bug
class Foo
def self.foo
'foo'
end
private
def self.bar
'bar'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment