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