Method: ActiveSupport::Deprecation::Behavior#debug

Defined in:
lib/active_support/deprecation/behaviors.rb

#debugObject

Whether to print a backtrace along with the warning.



71
72
73
# File 'lib/active_support/deprecation/behaviors.rb', line 71

def debug
  @debug
end