Method: Fabulator::Core::Actions::ValueOf#run

Defined in:
lib/fabulator/core/actions/variables.rb

#run(context, autovivify = false) ⇒ Object



8
9
10
# File 'lib/fabulator/core/actions/variables.rb', line 8

def run(context, autovivify = false)
  @select.run(@context.merge(context), autovivify)
end