method
description
1.1.12 -
Show latest stable
- Class:
Spec::Matchers::RespondTo
description()public
No documentation available.
# 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