class RSpec::Mocks::ArgumentMatchers::AnyArgMatcher
Public Class Methods
new(ignore)
click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 21 def initialize(ignore) end
Public Instance Methods
==(other)
click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 24 def ==(other) true end