class Travis::Tools::Github

def debug(line)

def debug(line)
  return unless @debug
  @debug.call "Tools::Github: #{line}"
end