Sha256: 010402c9e27a221f0640694476e2b3ef49d826830eabe6e8e150117dc7204181

Contents?: true

Size: 204 Bytes

Versions: 8

Compression:

Stored size: 204 Bytes

Contents

# frozen_string_literal: true

b=box
t=text({width: 66, left: 99,top: 66, data: "touch the bow and resize the window"})

b.touch(true) do
  b.width(t.to_percent(:width))
  b.left(t.to_percent(:left))
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
atome-0.5.7.6.0 vendor/assets/application/examples/to_percent.rb
atome-0.5.7.5.9 vendor/assets/application/examples/to_percent.rb
atome-0.5.7.5.4 vendor/assets/application/examples/to_percent.rb
atome-0.5.7.5.3 vendor/assets/application/examples/to_percent.rb
atome-0.5.7.5.1 vendor/assets/application/examples/to_percent.rb
atome-0.5.7.4.8 vendor/assets/application/examples/to_percent.rb
atome-0.5.7.4.7 vendor/assets/application/examples/to_percent.rb
atome-0.5.7.4.6 vendor/assets/application/examples/to_percent.rb