General

Profile

grant (Grant Olson)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

09/16/2010

04:42 AM Ruby Bug #3833 (Rejected): "foo+bar".gsub("+","\\+") == "foobar" ?
=begin
The following gsub with a minus seems to work correctly:

>> "foo-bar".gsub("-","\\-")
=> "foo\\-bar"

But with a plus, it seems to run incorrectly by stripping the p...
grant (Grant Olson)

Also available in: Atom