class Gem::Release::Context::Ui::Base

def puts(*str)

def puts(*str)
  stdout.puts(*str)
end

def stdout

def stdout
  @stdout || $stdout
end