Sha256: 88537aebd142a23c973c1eec2b2f616abdf55042c9f886b516f8f53397c5eeaa
Contents?: true
Size: 691 Bytes
Versions: 6
Compression:
Stored size: 691 Bytes
Contents
# Refer to NKS (Nobody Knows Shoes) page 21. require 'purple_shoes' Shoes.app width: 280, height: 350 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
6 entries across 6 versions & 1 rubygems