Method: Sequel::SQL::Function#args
- Defined in:
- lib/sequel/sql.rb
#args ⇒ Object (readonly)
The array of arguments to pass to the function (may be blank)
1373 1374 1375 |
# File 'lib/sequel/sql.rb', line 1373 def args @args end |
The array of arguments to pass to the function (may be blank)
1373 1374 1375 |
# File 'lib/sequel/sql.rb', line 1373 def args @args end |