Sha256: c2088956441c108f29fcafab76540a277ac5f5a06541d89f32f5268f1166dc41

Contents?: true

Size: 269 Bytes

Versions: 2

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true

b = box({ width: 333, left: 666})

b.touch(true) do
  color({ render: [:html], id: "color_#{Universe.atomes.length}", type: :color,
          red: 1, green: 0.33, blue: 0.22, alpha: 1 })
end

text.touch(true) do
  color(:yellow)
  box
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
atome-0.5.1.9 vendor/assets/build/medias/rubies/examples/touch.rb
atome-0.5.1.4 vendor/assets/build/medias/rubies/examples/touch.rb