Skip to content

Instantly share code, notes, and snippets.

@cheald
Created November 1, 2012 20:21
Show Gist options
  • Save cheald/3996219 to your computer and use it in GitHub Desktop.
Save cheald/3996219 to your computer and use it in GitHub Desktop.
1.9.3p286 :008 > module Kernel
1.9.3p286 :009?> def wtf
1.9.3p286 :010?> puts "wtf?"
1.9.3p286 :011?> end
1.9.3p286 :012?> end
=> nil
1.9.3p286 :013 > wtf
wtf?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment