Method: RSpec::Core::Configuration#warnings=

Defined in:
lib/rspec/core/configuration.rb

#warnings=(value) ⇒ void

Set Ruby warnings on or off.



1760
1761
1762
# File 'lib/rspec/core/configuration.rb', line 1760

def warnings=(value)
  $VERBOSE = !!value
end