method
description

description()
public
Hide source
# File lib/spec/matchers/respond_to.rb, line 27 def description # Ruby 1.9 returns the same thing for array.to_s as array.inspect, so just use array.inspect here "respond to #{pp_names}#{with_arity}" end