Class: StoreRequestId::Store

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/store_request_id/store.rb

Instance Method Summary collapse

Instance Method Details

#callerObject

:reek:ManualDispatch



8
9
10
# File 'lib/store_request_id/store.rb', line 8

def caller
  respond_to?(:call) ? call : self
end