Module: List

Extended by:
List
Included in:
List
Defined in:
lib/commands/list.rb

Instance Method Summary collapse

Instance Method Details

#run(what = nil) ⇒ Object



3
4
5
# File 'lib/commands/list.rb', line 3

def run(what=nil)
  ARGV.reject { |x| x.start_with?("-") }
end