class LSL::CommandExecution::Args

Public Instance Methods

each(&b) click to toggle source
# File lib/lsl/command/args.rb, line 38
def each(&b)
  flat_args.each(&b)
end