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)



1373
1374
1375
# File 'lib/sequel/sql.rb', line 1373

def args
  @args
end