Open ccoupe opened 9 years ago
The proper testing script for Shoes 3.2 is:
Shoes.app do
stack :bottom => 0 do
para "I'm a footnote of sorts.", :align => "right"
end
end
The initial script provided by @zzak at https://gist.github.com/66b6ef92d5f355fe0eb3 causes the following error:
Error in <unknown> line 0 | 2015-01-22 04:05:04 -0500
uninitialized constant Window
bug003.rb:2:in `block in <main>'
eval:1:in `instance_eval'
eval:1:in `block in <main>'
-e:1:in `call'
(Small update) This bug is still present in Shoes 3.3.2.
Still a problem in 3.2 https://github.com/shoes/shoes/issues/56