Sha256: b599b8cad8aab8e8017e980334c44539746cc5ea5b249666530406e5304e749c
Contents?: true
Size: 394 Bytes
Versions: 15
Compression:
Stored size: 394 Bytes
Contents
Shoes.app :height => 150, :width => 250 do background rgb(240, 250, 208) stack :margin => 10 do button "Start" do @time = Time.now @label.replace "Stop watch started at #@time" end button "Stop" do @label.replace "Stopped, ", strong("#{Time.now - @time}"), " seconds elapsed." end @label = para "Press ", strong("start"), " to begin timing." end end
Version data entries
15 entries across 9 versions & 4 rubygems