Lookup missing constants in ::Object
::Object
12 13 14
# File 'lib/sequel/sql.rb', line 12 def self.const_missing(name) ::Object.const_get(name) end