String Ruby

thoreau = "asdfasdfasdf"
thoreau.each_byte do |c|
  print c.chr, "/"
end