Class: Lino::CommandLineBuilder

Inherits:
Object
  • Object
show all
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