Method: Sequel::SQL::Subscript#initialize
- Defined in:
- lib/sequel/sql.rb
#initialize(f, sub) ⇒ Subscript
Set the array column and subscripts to the given arguments
766 767 768 |
# File 'lib/sequel/sql.rb', line 766 def initialize(f, sub) @f, @sub = f, sub end |