Struct.new(:lazy_inspection, :_trace_alias_method, :_redefinition, :_colorize_message, :_use_pp)
![show/hide quicksearch [+]](../images/find.png)
 
               # File power_assert-1.2.0/lib/power_assert/configuration.rb, line 23
def _colorize_message=(bool)
  if bool
    require 'pry'
  end
  super
end
             
             
               # File power_assert-1.2.0/lib/power_assert/configuration.rb, line 16
def _trace_alias_method=(bool)
  super
  if SUPPORT_ALIAS_METHOD
    warn 'power_assert: _trace_alias_method option is obsolete. You no longer have to set it.'
  end
end