DEBSOURCES
Skip Quicknav
sources / rails / 2%3A6.1.7.10%2Bdfsg-1~deb12u1 / activerecord / lib / arel / nodes / values_list.rb
123456789
# frozen_string_literal: true module Arel # :nodoc: all module Nodes class ValuesList < Unary alias :rows :expr end end end