class RSpec::Matchers::BuiltIn::Match

Public Instance Methods

matcher_text_builder_args() click to toggle source
Calls superclass method
# File lib/super_diff/rspec/monkey_patches.rb, line 670
def matcher_text_builder_args
  super.merge(expected_captures: @expected_captures)
end
matcher_text_builder_class() click to toggle source
# File lib/super_diff/rspec/monkey_patches.rb, line 666
def matcher_text_builder_class
  SuperDiff::RSpec::MatcherTextBuilders::Match
end