# File lib/facet/module/alias_module_function.rb, line 24 def alias_module_function( new, old ) alias_method( new, old ) module_function( new ) end