Class: RSpec::Mocks::ArgumentMatchers::NoArgsMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/mocks/argument_matchers.rb

Instance Method Summary collapse

Instance Method Details

#descriptionObject



28
29
30
# File 'lib/rspec/mocks/argument_matchers.rb', line 28

def description
  "no args"
end