# File lib/introspection/method.rb, line 16 def ==(other) (owner == other.owner) && (name == other.name) && (visibility == other.visibility) end
# File lib/introspection/method.rb, line 20 def eql?(other) (self.class === other) && (self == other) end
# File lib/introspection/method.rb, line 24 def hash [owner, name, visibility].hash end
Generated with the Darkfish Rdoc Generator 2.