module Tasks

Public Instance Methods

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