Sha256: 5defd86f25f473c82b3b725faaf0454bc3243346b9a60b6427567a34ce9e5a98

Contents?: true

Size: 148 Bytes

Versions: 5

Compression:

Stored size: 148 Bytes

Contents

# frozen_string_literal: true
module Arel
  module WindowPredications

    def over(expr = nil)
      Nodes::Over.new(self, expr)
    end

  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
spiral_form-0.1.1 vendor/bundle/gems/arel-9.0.0/lib/arel/window_predications.rb
spiral_form-0.1.0 vendor/bundle/gems/arel-9.0.0/lib/arel/window_predications.rb
nullifyable-0.1.0 vendor/bundle/gems/arel-9.0.0/lib/arel/window_predications.rb
arel-9.0.0 lib/arel/window_predications.rb
arel-8.0.0 lib/arel/window_predications.rb