# File lib/core/facets/module/alias_class_method.rb, line 5 def alias_class_method(name, target) class << self alias_method(name, target) end end