Class/Module Index [+]

Quicksearch

RSpec::Matchers::BuiltIn::Match

@api private Provides the implementation for `match`. Not intended to be instantiated directly.

Public Instance Methods

description() click to toggle source

@api private @return [String]

# File lib/rspec/matchers/built_in/match.rb, line 10
def description
  "match #{surface_descriptions_in(expected).inspect}"
end
diffable?() click to toggle source

@api private @return [Boolean]

# File lib/rspec/matchers/built_in/match.rb, line 16
def diffable?
  true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.