search for: quoted_boundari

Displaying 1 result from an estimated 1 matches for "quoted_boundari".

Did you mean: quoted_boundary
2007 Dec 24
0
Regexp#quote in request.rb
in request.rb (line 503) you''ll find quoted_boundary = Regexp.quote(boundary, "n") using the super secret never documented second argument to Regexp.quote. Ruby 1.9 has done away with that second argument. I couldn''t find much about what this argument does (my best guess I could find was that it sets what multibyte handling to use, with n being none). Does this