Created
March 1, 2014 23:22
-
-
Save hashmal/9299195 to your computer and use it in GitHub Desktop.
Revisions
-
hashmal created this gist
Mar 1, 2014 .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,12 @@ Message justSerialized := method(stream, stream write(name) if(arguments size > 0, stream write("(") stream write(arguments map(serialized) join(", ")) stream write(")") ) if (next, if (next isEndOfLine not, stream write(" ")) stream write(next serialized) ) )