class RSpec::Matchers::BuiltIn::RespondTo

def with_keywords(*keywords)

Other tags:
    Example: with an expected number of arguments -

Other tags:
    Api: - public
def with_keywords(*keywords)
  @expected_keywords = keywords
  self
end