Skip to content

Instantly share code, notes, and snippets.

@flazz
Created January 24, 2011 19:18
Show Gist options
  • Save flazz/793755 to your computer and use it in GitHub Desktop.
Save flazz/793755 to your computer and use it in GitHub Desktop.
puts $0
puts $0.size
puts
$0 = 'abc' * 20
puts $0
puts $0.size
puts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment