Skip to content

Instantly share code, notes, and snippets.

@michael
Created April 8, 2009 10:05
Show Gist options
  • Select an option

  • Save michael/91706 to your computer and use it in GitHub Desktop.

Select an option

Save michael/91706 to your computer and use it in GitHub Desktop.
"1|2|3".gsub(/\d/) { |m| m.to_i+1 } # => "2|3|4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment