DEBSOURCES
Skip Quicknav
sources / rails / 2%3A6.0.3.7%2Bdfsg-2%2Bdeb11u2 / activerecord / lib / arel / nodes / grouping.rb
12345678
# frozen_string_literal: true module Arel # :nodoc: all module Nodes class Grouping < Unary end end end