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.5.3 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.5.1 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.4.8 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.4.7 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.4.6 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.4.3 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.4.2 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.3.9 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.3.6 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.3.5 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.3.3 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.3.2 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.3.1 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.3.0 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.1.8 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.1.7 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.1.0 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.0.7 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.0.5 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.0.4 vendor/assets/application/examples/allow_system_right_click.rb