class RSpec::Core::ConfigurationOptions

def all_configs

def all_configs
  @all_configs ||= file_options << command_line_options << env_options
end