method
concat
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Actions
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