Class: Spec::Mocks::ArgumentMatchers::NoArgsMatcher

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

Instance Method Summary collapse

Instance Method Details

#descriptionObject



19
20
21
# File 'lib/spec/mocks/argument_matchers.rb', line 19

def description
  "no args"
end