class RSpec::Core::CommandLine

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

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