12 13 14
# File 'lib/moory/decoder.rb', line 12 def decode(string) string.each_char { |c| issue(c) } end