Class: Spec::Mocks::ArgumentMatchers::AnyArgMatcher
- Defined in:
- lib/spec/mocks/argument_matchers.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(ignore) ⇒ AnyArgMatcher
constructor
A new instance of AnyArgMatcher.
Constructor Details
#initialize(ignore) ⇒ AnyArgMatcher
Returns a new instance of AnyArgMatcher.
19 20 |
# File 'lib/spec/mocks/argument_matchers.rb', line 19 def initialize(ignore) end |
Instance Method Details
#==(other) ⇒ Object
22 23 24 |
# File 'lib/spec/mocks/argument_matchers.rb', line 22 def ==(other) true end |