Class: Djin::Interpreter::LocalCommandBuilder

Inherits:
BaseCommandBuilder show all
Defined in:
lib/djin/interpreter/local_command_builder.rb

Instance Method Summary collapse

Methods inherited from BaseCommandBuilder

call

Instance Method Details

#call(params, **_) ⇒ Object



6
7
8
# File 'lib/djin/interpreter/local_command_builder.rb', line 6

def call(params, **_)
  build_run_params(params['run'])
end