class DownloadTV::Configuration

def print_config

def print_config
  @content.each { |k, v| puts "#{k}: #{v}" }
end