Sha256: 3d27e178e4ce2acd33ef9fcb85ab74d1173229ed62027a8e149e95fbf3d7a8c7

Contents?: true

Size: 219 Bytes

Versions: 32

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true
# class Atome

b=box({ left: 12, id: :the_first_box })
b.touch(true) do

  alt=b.alternate(true, false)
  if alt
    b.color(:green)
  else
    b.color(:red)
  end
  touch_allow(alt)

end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
atome-0.5.7.0.3 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.0.2 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.8.7 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.8.6 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.8.5 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.8.3 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.7.8 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.7.7 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.7.6 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.7.5 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.7.4 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.6.7.3 vendor/assets/application/examples/allow_system_right_click.rb