method
new
1.2.8 -
Show latest stable
- Class:
Spec::Matchers::RespondTo
new(*names)public
No documentation available.
# File lib/spec/matchers/respond_to.rb, line 5
def initialize(*names)
@names = names
@expected_arity = nil
@names_not_responded_to = []
end