Sha256: 4bb46a68ef4649d9bd88b5dabad20f372d051e11b73084a2609b179b6781400f

Contents?: true

Size: 638 Bytes

Versions: 2

Compression:

Stored size: 638 Bytes

Contents

# Refer to NKS (Nobody Knows Shoes) page 21.

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

2 entries across 2 versions & 1 rubygems

Version Path
shoes-4.0.0.pre2 samples/sample34.rb
shoes-4.0.0.pre1 samples/sample34.rb