Method: Sequel::SQL::Function.new!
- Defined in:
- lib/sequel/sql.rb
.new!(name, args, opts) ⇒ Object
Set the name, args, and options, for internal use only.
1384 1385 1386 |
# File 'lib/sequel/sql.rb', line 1384 def self.new!(name, args, opts) # :nodoc: allocate.send(:_initialize, name, args, opts) end |