class Rspec::Core::Configuration

def profile_examples=(on_or_off)

def profile_examples=(on_or_off)
  options[:profile_examples] = on_or_off
end