Class: StoreRequestId::Store
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- StoreRequestId::Store
- Defined in:
- lib/store_request_id/store.rb
Instance Method Summary collapse
-
#caller ⇒ Object
:reek:ManualDispatch.
Instance Method Details
#caller ⇒ Object
:reek:ManualDispatch
8 9 10 |
# File 'lib/store_request_id/store.rb', line 8 def caller respond_to?(:call) ? call : self end |