Parent

Class/Module Index [+]

Quicksearch

Spec::Mocks::ArgumentMatchers::AnyArgMatcher

Public Class Methods

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

Public Instance Methods

==(other) click to toggle source
# File lib/spec/mocks/argument_matchers.rb, line 28
def ==(other)
  true
end
description() click to toggle source
# File lib/spec/mocks/argument_matchers.rb, line 32
def description
  "anything"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.