Class: RSpec::Mocks::ArgumentMatchers::NoArgsMatcher
- Inherits:
-
Object
- Object
- RSpec::Mocks::ArgumentMatchers::NoArgsMatcher
- Defined in:
- lib/rspec/mocks/argument_matchers.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) description
30 31 32 |
# File 'lib/rspec/mocks/argument_matchers.rb', line 30 def description "no args" end |