module Bundler::Thor::Actions

def concat(string)

def concat(string)
  @output_buffer.concat(string)
end