Method: List#run

Defined in:
lib/commands/list.rb

#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