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