Sha256: 20408d8aa233c921367de2f5efbd46ae19808be69926724af8657c594aa92d1b
Contents?: true
Size: 119 Bytes
Versions: 1
Compression:
Stored size: 119 Bytes
Contents
# frozen_string_literal: true Shoes.app do 20.times { |i| button(format("hello%02d", i)) { |s| alert s.text } } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.rc1 | samples/simple_buttons.rb |