Sha256: 5ad3263e00aca74090de1dc65a27cdeab3959b12235a5a647c5ecc8d001725f4
Contents?: true
Size: 165 Bytes
Versions: 1
Compression:
Stored size: 165 Bytes
Contents
# frozen_string_literal: true Shoes.app do 10.times do |i| button "hello#{i}" image File.join(Shoes::DIR, 'static/shoes-icon.png') edit_line end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre12 | samples/simple_iterated_content.rb |