Method: Metaractor::RunWithContext#run!

Defined in:
lib/metaractor/run_with_context.rb

#run!(context = {}) ⇒ Object



9
10
11
12
# File 'lib/metaractor/run_with_context.rb', line 9

def run!(context = {})
  _build_context context
  super()
end