class Mocha::ParameterMatchers::Base

@abstract Subclass and implement #matches? and #mocha_inspect to define a custom matcher. Also add a suitably named instance method to {ParameterMatchers} to build an instance of the new matcher c.f. {#equals}.