Method: Sequel::SQL::Function#args

Defined in:
lib/sequel/sql.rb

#argsObject (readonly)

The array of arguments to pass to the function (may be blank)

[View source]

1379
1380
1381
# File 'lib/sequel/sql.rb', line 1379

def args
  @args
end