# File lib/introspection/method.rb, line 16 def ==(other) (owner == other.owner) && (name == other.name) && (visibility == other.visibility) end