summaryrefslogtreecommitdiff
path: root/lib/uri/file.rb
diff options
context:
space:
mode:
-rw-r--r--lib/uri/file.rb2
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ module URI
# :path => '/ruby/src'})
# uri2.to_s # => "file://host.example.com/ruby/src"
#
- # uri3 = URI::File.build({:path => URI::escape('/path/my file.txt')})
# uri3.to_s # => "file:///path/my%20file.txt"
#
def self.build(args)