Sha256: b2b0245a37b1c691c2652fcec06777e682f9f7618ef8b9077213664373601764
Contents?: true
Size: 697 Bytes
Versions: 27
Compression:
Stored size: 697 Bytes
Contents
# Refer to NKS (Nobody Knows Shoes) page 21. require '../lib/green_shoes' Shoes.app width: 280, height: 440 do flow width: 1.0, margin: 10 do flow do background gold, curve: 10 stack width: 1.0 do banner "A POEM" end stack width: 80 do para "Goes like:" end stack width: 180 do para "the sun.\n", "a lemon.\n", "the goalie.\n", "a fireplace.\n\n", "i want to write\n", "a poem for the\n", "kids who haven't\n", "even heard one yet.\n\n", "and the goalie guards\n", "the fireplace." end end end end
Version data entries
27 entries across 27 versions & 1 rubygems