From f031a3b9aa6a8093802e0188abce58e0b997078e Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Fri, 21 Jul 2017 08:02:58 -0400 Subject: Rename `Collectors::Bind` The "bind collector" does not actually collect bind params at all, it substitutes them out of the final AST, replacing them with a quoted value. --- lib/arel/visitors/bind_substitute.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/arel/visitors/bind_substitute.rb (limited to 'lib/arel/visitors') diff --git a/lib/arel/visitors/bind_substitute.rb b/lib/arel/visitors/bind_substitute.rb deleted file mode 100644 index 52c96b0d72..0000000000 --- a/lib/arel/visitors/bind_substitute.rb +++ /dev/null @@ -1,10 +0,0 @@ -# frozen_string_literal: true -module Arel - module Visitors - class BindSubstitute - def initialize delegate - @delegate = delegate - end - end - end -end -- cgit v1.2.3