Sha256: bbc0671cf671c0c4d82596741b38defa3b279898a393e6de185ddf0bd7c5c8fa
Contents?: true
Size: 308 Bytes
Versions: 1
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true Shoes.app width: 300, height: 200 do background lime..blue stack do para "Welcome to the world of Shoes!" button "Click me" do alert "Nice click!" end image "http://shoesrb.com/img/shoes-icon.png", margin_top: 20, margin_left: 10 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.rc1 | samples/good_image_dl.rb |