Flowdock
method

deprecated_class_method_alias

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Date
deprecated_class_method_alias(old, new) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.