aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel/sql/engine.rb
blob: 8917f5f29423cb44bef2ed6b08957948c2f6a387 (plain) (tree)
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