1 2 3 4 5 6 7 8 9 10
module Arel module Sql class Engine def self.new thing #warn "#{caller.first} -- Engine will be removed" thing end end end end