Method: Metaractor::RunWithContext#run

Defined in:
lib/metaractor/run_with_context.rb

#run(context = {}) ⇒ Object

Grab context at run and set things up.



4
5
6
7
# File 'lib/metaractor/run_with_context.rb', line 4

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