Flowdock
parse(args, err, out) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/option_parser.rb, line 8
        def parse(args, err, out)
          parser = new(err, out)
          parser.parse(args)
          parser.options
        end
Register or log in to add new notes.