From: e@... Date: 2014-05-24T21:44:09+00:00 Subject: [ruby-core:62730] [ruby-trunk - Bug #9700] [Closed] [DOC] Fix for documentation of URI::Escape Issue #9700 has been updated by Zachary Scott. Status changed from Open to Closed It seems like escape [still uses ::UNSAFE](https://github.com/ruby/ruby/blob/ruby_2_1/lib/uri/common.rb#L299). It's defined [here](https://github.com/ruby/ruby/blob/ruby_2_1/lib/uri/common.rb#L514) ---------------------------------------- Bug #9700: [DOC] Fix for documentation of URI::Escape https://bugs.ruby-lang.org/issues/9700#change-46855 * Author: Si Cheng * Status: Closed * Priority: Low * Assignee: Zachary Scott * Category: doc * Target version: * ruby -v: 2.1.0 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- I was trying to use URI.escape to encode "." http://www.ruby-doc.org/stdlib-2.1.0/libdoc/uri/rdoc/URI/Escape.html the REGEXP::UNSAFE was no longer exist. -- https://bugs.ruby-lang.org/