Skip to content

Instantly share code, notes, and snippets.

@skatenerd
Created March 28, 2013 20:06
Show Gist options
  • Save skatenerd/5266363 to your computer and use it in GitHub Desktop.
Save skatenerd/5266363 to your computer and use it in GitHub Desktop.
lol.
1.9.3p194 :001 > def biz
1.9.3p194 :002?> 22
1.9.3p194 :003?> end
=> nil
1.9.3p194 :004 > biz = biz
=> nil
1.9.3p194 :005 > biz
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment