ashbb / green_shoes

Green Shoes is one of the colorful Shoes written in pure Ruby.
Other
204 stars 37 forks source link

for issue that element methods "remove" and "hide" fail in click event #64

Closed athom closed 12 years ago

athom commented 12 years ago

issue

here is the test code ps: and this is my first PR on Github :P

require 'green_shoes'

Shoes.app do
   img1 = image 'ruby2.png'
   img1.click do 
     img1.remove # or img1.hide
   end
end