aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/operations/skip.rb
blob: 43db134ea086902654e86e287432673a818be6c2 (plain) (blame)
1
2
3
4
5
6
7
module Arel
  class Skip < Compound
    attributes :relation, :skipped
    deriving   :initialize, :==
    requires   :skipping
  end
end