Method: Sequel::SQL::Subscript#initialize
- Defined in:
- lib/sequel/sql.rb
permalink #initialize(expression, sub) ⇒ Subscript
Set the array column and subscripts to the given arguments
1817 1818 1819 1820 1821 |
# File 'lib/sequel/sql.rb', line 1817 def initialize(expression, sub) @expression = expression @sub = sub freeze end |