class RSpec::Core::Parser

def self.parse(args, source=nil)

def self.parse(args, source=nil)
  new(args).parse(source)
end