lib/arel/nodes/with.rb in arel-7.1.4 vs lib/arel/nodes/with.rb in arel-8.0.0

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true module Arel module Nodes class With < Arel::Nodes::Unary alias children expr end