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

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true module Arel module Nodes class BindParam < Node def ==(other) other.is_a?(BindParam)