method

deprecated_class_method_alias

v1_8_7_72 - Show latest stable - Class: Date
deprecated_class_method_alias(old, new)
private

No documentation available.

# File lib/date.rb, line 1700
    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