Returns a new instance of Parser.
8 9 10 11 12 13
# File 'lib/bioc_gem/parser.rb', line 8 def initialize(args = nil) @comand = nil @options = Options.new parse_options(args) if args end