Class: LSL::CommandExecution::Args
- Includes:
- FromHash
- Defined in:
- lib/lsl/command/args.rb
Defined Under Namespace
Classes: ArrayWithBlanks
Instance Method Summary collapse
Instance Method Details
#each(&b) ⇒ Object
38 39 40 |
# File 'lib/lsl/command/args.rb', line 38 def each(&b) flat_args.each(&b) end |