#new is a class method so you got to get up in that class level. class Class class << self alias_method :__new__, :new end end