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

8 lines
115 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Arel
module Nodes
class OuterJoin < Arel::Nodes::Join
end
end
end