# File lib/spring/client/binstub.rb, line 121
        def remove
          if existing
            File.write(command.binstub, existing.sub(BINSTUB_VARIATIONS, ""))
            status "spring removed"
          end
        end