Module: Interactify::Contracts::CallWrapper

Defined in:
lib/interactify/contracts/call_wrapper.rb

Instance Method Summary collapse

Instance Method Details

#runObject



12
13
14
15
16
# File 'lib/interactify/contracts/call_wrapper.rb', line 12

def run
  @_interactor_called_by_non_bang_method = true

  super
end