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