method

concat

ruby latest stable - Class: Bundler::Thor::Actions

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

concat(string)
private

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb, line 335
    def concat(string)
      @output_buffer.concat(string)
    end