Report abuse


			
obj = Object.new

class << obj
  def meth(x, y)
  end
end

10000.times { obj = obj.clone }