Method: Sequel::SQL::Window#initialize

Defined in:
lib/sequel/sql.rb

#initialize(opts = {}) ⇒ Window

Set the options to the options given



983
984
985
# File 'lib/sequel/sql.rb', line 983

def initialize(opts={})
  @opts = opts
end