Skip to content

Instantly share code, notes, and snippets.

@benhamill
Created January 16, 2011 03:45
Show Gist options
  • Save benhamill/781537 to your computer and use it in GitHub Desktop.
Save benhamill/781537 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p136 :002 > "@hoonpark".gsub(/\@([a-z]+)/, $1 * 2)
NoMethodError: undefined method `*' for nil:NilClass
from (irb):2
from /home/ben/.rvm/rubies/ruby-1.9.2-p136/bin/irb:16:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment