Class: Djin::Interpreter::BaseCommandBuilder
- Inherits:
-
Object
- Object
- Djin::Interpreter::BaseCommandBuilder
- Defined in:
- lib/djin/interpreter/base_command_builder.rb
Direct Known Subclasses
DockerCommandBuilder, DockerComposeCommandBuilder, LocalCommandBuilder
Class Method Summary collapse
Class Method Details
.call(*options) ⇒ Object
6 7 8 |
# File 'lib/djin/interpreter/base_command_builder.rb', line 6 def self.call(*) new.call(*) end |