Skip to content

Instantly share code, notes, and snippets.

@NilsHaldenwang
Created September 7, 2010 18:18
Show Gist options
  • Save NilsHaldenwang/568774 to your computer and use it in GitHub Desktop.
Save NilsHaldenwang/568774 to your computer and use it in GitHub Desktop.
# what i have
self method: "each" . docstring=: "See ruby Array#each";
self method: "==" . docstring=: "See ruby Array#==";
self method: "clear" . docstring=: "See ruby Array#clear";
# what i want
self method: "each" . docstring=: "See ruby Array#each";
self method: "==" . docstring=: "See ruby Array#==";
self method: "clear" . docstring=: "See ruby Array#clear";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment