= private = protected
respond_to(*names)
Matches if the target object responds to all of the names provided. Names can be Strings or Symbols.
# File lib/spec/matchers/respond_to.rb, line 67 def respond_to(*names) Matchers::RespondTo.new(*names) end