method

deprecated_class_method_alias

ruby latest stable - Class: Date

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

deprecated_class_method_alias(old, new)
private

No documentation available.

# File lib/date.rb, line 1714
    def deprecated_class_method_alias(old, new) # :nodoc:
      module_eval "class << self\ndef \#{old}(*args, &block)\nif $VERBOSE\nwarn(\"\\\#{caller.shift.sub(/:in .*/, '')}: \" \\\n\"warning: \\\#{self}::\#{old} is deprecated; \" \\\n\"use \\\#{self}::\#{new}\")\nend\n\#{new}(*args, &block)\nend\nend\n"
    end