Class: Crspec::Mock::ArgumentMatchers::Anything
- Inherits:
-
Object
- Object
- Crspec::Mock::ArgumentMatchers::Anything
- Defined in:
- lib/crspec/mock/argument_matchers.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
10 |
# File 'lib/crspec/mock/argument_matchers.rb', line 10 def ==(other) = true |
#===(_other) ⇒ Object
9 |
# File 'lib/crspec/mock/argument_matchers.rb', line 9 def ===(_other) = true |
#inspect ⇒ Object
11 |
# File 'lib/crspec/mock/argument_matchers.rb', line 11 def inspect = "anything" |