Skip to content

Instantly share code, notes, and snippets.

@ryanbriones
Created February 10, 2011 21:14
Show Gist options
  • Save ryanbriones/821356 to your computer and use it in GitHub Desktop.
Save ryanbriones/821356 to your computer and use it in GitHub Desktop.
For the record, this is confusing...
class MyClass
def foo
end
private
def self.bar
end
end
MyClass.private_methods(false).include?("bar") # => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment