Module: LSL

Defined in:
lib/lsl.rb,
lib/lsl/shell.rb,
lib/lsl/dsl/dsl.rb,
lib/lsl/command/args.rb,
lib/lsl/command/single.rb,
lib/lsl/mapping/mapping.rb,
lib/lsl/command/compound.rb,
lib/lsl/command/execution.rb,
lib/lsl/command/completion.rb

Defined Under Namespace

Modules: Command, CommandExecution, Completion, DSL, ExecutionStrategy, ShellLike Classes: CommandEnv, Mapping, Shell

Class Method Summary collapse

Class Method Details

.configure {|d| ... } ⇒ Object

Yields:

  • (d)


2
3
4
5
6
# File 'lib/lsl/dsl/dsl.rb', line 2

def self.configure
  d = LSL::DSL::Base.new
  yield(d)
  d.run!
end