class Arel::Sql::Engine

Public Class Methods

new(thing) click to toggle source
# File lib/arel/sql/engine.rb, line 4
def self.new thing
  #warn "#{caller.first} -- Engine will be removed"
  thing
end