Created
September 30, 2008 00:19
-
-
Save greatseth/13715 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _\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