Skip to content

Instantly share code, notes, and snippets.

@evanfarrar
Created November 21, 2008 16:00
Show Gist options
  • Save evanfarrar/27471 to your computer and use it in GitHub Desktop.
Save evanfarrar/27471 to your computer and use it in GitHub Desktop.
class Shoes::Square < Shoes::Widget
def initialize
rect 100, 100, 100, 100
end
end
Shoes.app do
#works
square()
#errors
image do
square()
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment