Parent

Methods

RSpec::Mocks::ArgumentMatchers::AnyArgMatcher

Public Class Methods

new(ignore) click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 19
def initialize(ignore)
end

Public Instance Methods

==(other) click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 22
def ==(other)
  true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.