Skip to content

Instantly share code, notes, and snippets.

@greatseth
Created September 30, 2008 00:19
Show Gist options
  • Select an option

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

Select an option

Save greatseth/13715 to your computer and use it in GitHub Desktop.
_\m/ shoes | git diff
diff --git a/lib/shoes/setup.rb b/lib/shoes/setup.rb
index 562c37a..6413273 100644
--- a/lib/shoes/setup.rb
+++ b/lib/shoes/setup.rb
@@ -274,6 +274,8 @@ class Gem::ShoesFace
end
def initialize app
+ info app.inspect
+ info app.methods.sort.inspect
@title, @status, @prog, = app.contents[-1].contents
end
def title msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment