Class: Object

Inherits:
BasicObject
Defined in:
lib/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#matcher(opts = {}) ⇒ Object

allows us to call matcher blindly



3
4
5
# File 'lib/core_extensions.rb', line 3

def matcher(opts = {})
  return self
end