Class: Lino::CommandLineBuilder
- Inherits:
-
Object
- Object
- Lino::CommandLineBuilder
- Defined in:
- lib/lino.rb
Class Method Summary collapse
Class Method Details
.for_command(command) ⇒ Object
40 41 42 |
# File 'lib/lino.rb', line 40 def for_command(command) Lino::Builders::CommandLine.new(command:) end |