debian-mirror-gitlab/debian/gems-compat/arel-8.0.0/lib/arel/nodes/grouping.rb

9 lines
135 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Arel
module Nodes
class Grouping < Unary
include Arel::Predications
end
end
end