class RSpec::Core::Configuration

def warnings?

Returns:
  • (Boolean) - Whether or not ruby warnings are enabled.
def warnings?
  $VERBOSE
end