Class: Spec::Mocks::ArgumentMatchers::AnyArgMatcher
- Defined in:
- lib/vendor/plugins/rspec/lib/spec/mocks/argument_matchers.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
- #description ⇒ Object
-
#initialize(ignore) ⇒ AnyArgMatcher
constructor
A new instance of AnyArgMatcher.
Constructor Details
#initialize(ignore) ⇒ AnyArgMatcher
Returns a new instance of AnyArgMatcher.
25 26 |
# File 'lib/vendor/plugins/rspec/lib/spec/mocks/argument_matchers.rb', line 25 def initialize(ignore) end |