lib/imw/schemes/http.rb in imw-0.2.16 vs lib/imw/schemes/http.rb in imw-0.2.17
- old
+ new
@@ -33,10 +33,10 @@
#
# @return [String]
def effective_basename
(basename.blank? || basename =~ %r{^/*$}) ? "_index" : basename
end
-
+
# Send a GET request to this resource's URI.
#
# If the response doesn't have HTTP code 2xx, a RestClient
# error will be raised.
#