class PowerAssert::Configuration

Public Instance Methods

_trace_alias_method=(bool) click to toggle source
Calls superclass method
# File lib/power_assert/configuration.rb, line 16
def _trace_alias_method=(bool)
  super
  if SUPPORT_ALIAS_METHOD
    warn '_trace_alias_method option is obsolete. You no longer have to set it.'
  end
end