Set the name and args for the function
1379 1380 1381
# File 'lib/sequel/sql.rb', line 1379 def initialize(name, *args) _initialize(name, args, OPTS) end