class Blacksheep::Decorators::ResultMatcher

@class Blacksheep::Decorators::ResultMatcher

Constants

Matcher

Public Instance Methods

call(*) click to toggle source
Calls superclass method
# File lib/blacksheep/decorators/result_matcher.rb, line 33
def call(*)
  super
end
perform(*) click to toggle source
# File lib/blacksheep/decorators/result_matcher.rb, line 37
def perform(*)
  raise Blacksheep::Error, 'ResultMatcher does not support #perform'
end