Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 435 Bytes

File metadata and controls

16 lines (13 loc) · 435 Bytes
lang ID
title Sadly, You Hate Toast Poetry
answer (toast){0}
load prev
ok Excellent
error Still smells like toast to me

Look, it's okay. You don't have to like it. Hack it up, be my guest. Instead of toast, go for a melon or something. Try this to see the new poem:

poem.gsub("toast", "honeydew")

The gsub method is short for global substitute. It replaces all occurences of "toast" with "honeydew".