class Bundler::Thor::Shell::ColumnPrinter

def initialize(stdout, options = {})

def initialize(stdout, options = {})
  @stdout = stdout
  @options = options
  @indent = options[:indent].to_i
end