class RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher

Public Instance Methods

description() click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 15
def description
  "any args"
end