Object
# File lib/rspec/matchers/respond_to.rb, line 34 def argument self end
# File lib/rspec/matchers/respond_to.rb, line 25 def description "respond to #{pp_names}#{with_arity}" end
# File lib/rspec/matchers/respond_to.rb, line 13 def does_not_match?(actual) find_failing_method_names(actual, :select).empty? end
# File lib/rspec/matchers/respond_to.rb, line 17 def failure_message_for_should "expected #{@actual.inspect} to respond to #{@failing_method_names.collect {|name| name.inspect }.join(', ')}#{with_arity}" end
# File lib/rspec/matchers/respond_to.rb, line 21 def failure_message_for_should_not failure_message_for_should.sub(/to respond to/, 'not to respond to') end
Generated with the Darkfish Rdoc Generator 2.