Module IceCube::Deprecated
In: lib/ice_cube/deprecated.rb

Methods

Public Class methods

Public Instance methods

Deprecate a defined method @param [Symbol] name - name of deprecated method @param [Symbol] replacement - name of the desired replacement

Define a deprecated alias for a method @param [Symbol] name - name of method to define @param [Symbol] replacement - name of method to replace (alias)

[Validate]