Sha256: d643645ca9791db0b05eb2e542f2c238e65c78cc5bb333033b68c9094a8ef04b

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true

Shoes.app do
  para "Click somewhere"
  click do
    # Earlier versions had trouble because para would get drawn while the
    # alert was up, but before it got positioned. Make sure we don't regress.
    para 'hahahahaha destroy everything'
    alert 'muhhh'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.rc1 samples/simple_alert.rb