method

with

rspec latest stable - Class: Spec::Matchers::RespondTo
with(n)
public

No documentation available.

# File lib/spec/matchers/respond_to.rb, line 31
      def with(n)
        @expected_arity = n
        self
      end