Class: Djin::Interpreter::LocalCommandBuilder
- Inherits:
-
BaseCommandBuilder
- Object
- BaseCommandBuilder
- Djin::Interpreter::LocalCommandBuilder
- Defined in:
- lib/djin/interpreter/local_command_builder.rb
Instance Method Summary collapse
Methods inherited from BaseCommandBuilder
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 |