Method: Sequel::SQL::Subscript#sub
- Defined in:
- lib/sequel/sql.rb
#sub ⇒ Object (readonly)
The array of subscripts to use (should be an array of numbers)
1808 1809 1810 |
# File 'lib/sequel/sql.rb', line 1808 def sub @sub end |
The array of subscripts to use (should be an array of numbers)
1808 1809 1810 |
# File 'lib/sequel/sql.rb', line 1808 def sub @sub end |