Module: View
Instance Method Summary collapse
Instance Method Details
#run(what = nil) ⇒ Object
3 4 5 |
# File 'lib/commands/view.rb', line 3 def run(what=nil) ARGV.reject { |x| x.start_with?("-") } end |
3 4 5 |
# File 'lib/commands/view.rb', line 3 def run(what=nil) ARGV.reject { |x| x.start_with?("-") } end |