class RSpec::Mocks::ArgumentMatchers::NoArgsMatcher

@private

Public Instance Methods

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