Method: Kuroko2::Workflow::Task::Env#execute
- Defined in:
- lib/kuroko2/workflow/task/env.rb
#execute ⇒ Object
6 7 8 9 10 11 12 13 14 15 |
# File 'lib/kuroko2/workflow/task/env.rb', line 6 def execute if option env = token.context['ENV'] || {} env.merge!(parse_option(option)) token.context['ENV'] = env end :next end |