Sha256: 8a8b2566e56290272c8d9084e139d95a985ec52d2d40b222e73b597fb0f5826b
Contents?: true
Size: 118 Bytes
Versions: 1
Compression:
Stored size: 118 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.pre12 | samples/simple_buttons.rb |