module List

Public Instance Methods

run(what=nil) click to toggle source
# File lib/commands/list.rb, line 3
def run(what=nil)
  ARGV.reject { |x| x.start_with?("-") }
end