Class: Fabulator::Core::Actions::ValueOf

Inherits:
Action
  • Object
show all
Defined in:
lib/fabulator/core/actions/variables.rb

Instance Method Summary collapse

Instance Method Details

#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