Class: Gimme::Matchers::Anything
- Defined in:
- lib/gimme/matchers.rb
Instance Method Summary collapse
Instance Method Details
#matches?(arg) ⇒ Boolean
10 11 12 |
# File 'lib/gimme/matchers.rb', line 10 def matches?(arg) true end |