aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/limit.rb
blob: 68ea95daf50ebfa3d185a723c55f68af5650650d (plain) (blame)
1
2
3
4
5
6
7
module Arel
  module Nodes
    class Limit < Arel::Nodes::Unary
    end
  end
end