Method: Alf::Shell::Show#compile
- Defined in:
- lib/alf/shell/command/show.rb
#compile(argv) ⇒ Object
21 22 23 24 25 |
# File 'lib/alf/shell/command/show.rb', line 21 def compile(argv) operand = operand(argv.shift) operand = sort(operand, argv.first) unless argv.empty? operand end |