Sha256: ddc0c61532e361b01f555b017b2ce6ec7865128d2c02a51825b1b98ca2356235

Contents?: true

Size: 649 Bytes

Versions: 63

Compression:

Stored size: 649 Bytes

Contents

# frozen_string_literal: true

support = box({ top: 250, left: 12, width: 300, height: 40, smooth: 9, color: { red: 0.3, green: 0.3, blue: 0.3 }, id: :support })

support.shadow({
                 id: :s3,
                 left: 3, top: 3, blur: 9,
                 invert: true,
                 red: 0, green: 0, blue: 0, alpha: 0.7
               })



box({ id: :the_boxy })



support.import(true) do |content|
  puts "add code here, content:  #{content}"
end


importer do |val|
  puts "case 21 #{val}"
end

# importer(:all) do |val|
#   alert "case 21 #{val}"
# end

importer('the_boxy') do |val|
  puts "yes !!! exception found : #{val}"
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
atome-0.5.6.2.1 vendor/assets/application/examples/import.rb
atome-0.5.6.2.0 vendor/assets/application/examples/import.rb
atome-0.5.6.1.9 vendor/assets/application/examples/import.rb