Sha256: 348489c2a26cee596c3a41f4b18eb0270161137752c8e951ab8c6862c93cdb0d
Contents?: true
Size: 690 Bytes
Versions: 12
Compression:
Stored size: 690 Bytes
Contents
# Refer to NKS (Nobody Knows Shoes) page 21. require '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
12 entries across 12 versions & 1 rubygems