Skip to content

Instantly share code, notes, and snippets.

@greatseth
Created November 24, 2008 22:43
Show Gist options
  • Select an option

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

Select an option

Save greatseth/28661 to your computer and use it in GitHub Desktop.
class FeelMyFlow < Widget
def initialize
stack do
para "new"
para "lines"
para "plz"
end
end
end
Shoes.app do
feel_my_flow
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment