Class: Metacrunch::TestUtils::DummyCallable
- Inherits:
-
Object
- Object
- Metacrunch::TestUtils::DummyCallable
- Defined in:
- lib/metacrunch/test_utils/dummy_callable.rb
Instance Method Summary collapse
Instance Method Details
#call(*args) ⇒ Object
6 7 8 |
# File 'lib/metacrunch/test_utils/dummy_callable.rb', line 6 def call(*args) @call_called = true end |