Sha256: f76b086d5deba368d5331d378815414c9d5a27db832654211769553e116e0687
Contents?: true
Size: 307 Bytes
Versions: 12
Compression:
Stored size: 307 Bytes
Contents
require 'green_shoes' Shoes.app title: 'Green Shoes New Logo Icon!', width: 300, height: 420 do stack do path = File.join(DIR, '../static/gshoes-icon.png') image path flow do image path image path end image path para ' ' * 30, 'Created by Zak' end end
Version data entries
12 entries across 12 versions & 1 rubygems