summaryrefslogtreecommitdiff
path: root/lib/uri/file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri/file.rb')
-rw-r--r--lib/uri/file.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/uri/file.rb b/lib/uri/file.rb
index ffdd4aaa02..6c959be50d 100644
--- a/lib/uri/file.rb
+++ b/lib/uri/file.rb
@@ -49,9 +49,9 @@ module URI
super(tmp)
end
- # protected setter for the host component +v+
+ # Protected setter for the host component +v+.
#
- # see also URI::Generic.host=
+ # See also URI::Generic.host=.
#
def set_host(v)
v = "" if v.nil? || v == "localhost"