module WeakestLink

Constants

VERSION

Public Class Methods

aliases=(others) click to toggle source
# File lib/weakest_link.rb, line 8
def self.aliases= others
  others.each do |m|
    Object.alias_method m, 
  end
end