$stdin.read.each{|line| puts "#{$1}: #{$2}" if line =~ /
  • ([^:]*): (.*)/}