# File lib/arel/select_manager.rb, line 123 def window name window = Nodes::NamedWindow.new(name) @ctx.windows.push window window end