Method: PatternMatchingExample::Success#==

Defined in:
lib/contracts-ruby2/spec/fixtures/fixtures.rb,
lib/contracts-ruby3/spec/fixtures/fixtures.rb

#==(other) ⇒ Object



471
472
473
# File 'lib/contracts-ruby2/spec/fixtures/fixtures.rb', line 471

def ==(other)
  request == other.request
end