Module: View

Extended by:
View
Included in:
View
Defined in:
lib/commands/view.rb

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