DEBSOURCES
Skip Quicknav
sources / rails / 2%3A6.1.7.10%2Bdfsg-1~deb12u1 / activerecord / lib / arel / nodes / right_outer_join.rb
12345678
# frozen_string_literal: true module Arel # :nodoc: all module Nodes class RightOuterJoin < Arel::Nodes::Join end end end