# File lib/deep_test/spec/extensions/example_methods.rb, line 16 def ==(other) eql?(other) end
# File lib/deep_test/spec/extensions/example_methods.rb, line 20 def eql?(other) File.basename(file) == File.basename(other.file) && line == other.line && group_description == other.group_description && description == other.description end
# File lib/deep_test/spec/extensions/example_methods.rb, line 27 def hash description.hash end
Generated with the Darkfish Rdoc Generator 2.