class RSpec::Core::Configuration

def warnings= value

Set Ruby warnings on or off
def warnings= value
  $VERBOSE = !!value
end