Skip to content

Instantly share code, notes, and snippets.

@greatseth
Created September 30, 2008 02:21
Show Gist options
  • Select an option

  • Save greatseth/13728 to your computer and use it in GitHub Desktop.

Select an option

Save greatseth/13728 to your computer and use it in GitHub Desktop.
class Shoes::Weeds < Shoes::Widget
def initialize
para "awesome show!"
end
end
require "weeds"
Shoes.app do
weeds
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment