class RSpec::Core::ConfigurationOptions
def file_options
def file_options custom_options_file ? [custom_options] : [global_options, project_options, local_options] end
def file_options custom_options_file ? [custom_options] : [global_options, project_options, local_options] end