Skip to content

Instantly share code, notes, and snippets.

@Veejay
Created May 11, 2012 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Veejay/2662967 to your computer and use it in GitHub Desktop.
Save Veejay/2662967 to your computer and use it in GitHub Desktop.
1.9.3p0 :005 > def o_O s
1.9.3p0 :006?> puts s.upcase
1.9.3p0 :007?> end
=> nil
1.9.3p0 :008 > o_O "WHUT???"
WHUT???
=> nil
1.9.3p0 :009 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment