class RSpec::Core::CommandLine

def initialize(options, configuration=RSpec::configuration, world=RSpec::world)

def initialize(options, configuration=RSpec::configuration, world=RSpec::world)
  if Array === options
    options = ConfigurationOptions.new(options)
    options.parse_options
  end
  @options       = options
  @configuration = configuration
  @world         = world
end