Sha256: a956c8c37d33713e6c38184bb030c4fe48a0e4f9ab1e19895f43dcf1a65e3859

Contents?: true

Size: 166 Bytes

Versions: 1

Compression:

Stored size: 166 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.rc1 samples/simple_iterated_content.rb