Revisions
-
defunkt revised this gist
Jul 24, 2008 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ def explain! puts 'Want to embed this Gist?' puts 'Use this: <script src="http://gist.github.com/2059.js"></script>' end explain! -
defunkt renamed this gist
Jul 24, 2008 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
defunkt revised this gist
Jul 24, 2008 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ def explain! puts 'Use <script src="http://gist.github.com/2059.js"></script> to embed this gist.' end explain! -
defunkt created this gist
Jul 24, 2008 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ def explain! puts 'Use <script src="http://gist.github.com/X.js"></script> to embed this gist.' end explain!