class RSpec::Mocks::ArgumentMatchers::NoArgsMatcher

Public Instance Methods

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