Class: Gimme::Matchers::Anything

Inherits:
Matcher
  • Object
show all
Defined in:
lib/gimme/matchers.rb

Instance Method Summary collapse

Instance Method Details

#matches?(arg) ⇒ Boolean

Returns:



10
11
12
# File 'lib/gimme/matchers.rb', line 10

def matches?(arg)
  true
end