Class: Crspec::Mock::ArgumentMatchers::Anything

Inherits:
Object
  • Object
show all
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

#inspectObject



11
# File 'lib/crspec/mock/argument_matchers.rb', line 11

def inspect = "anything"