* remove trailing spaces. [ci skip]
This commit is contained in:
parent
9e8d75e881
commit
b0b6d0a688
@ -147,7 +147,7 @@ module URI
|
|||||||
#
|
#
|
||||||
# Construct a URI instance, using the scheme to detect the appropriate class
|
# Construct a URI instance, using the scheme to detect the appropriate class
|
||||||
# from +URI.scheme_list+.
|
# from +URI.scheme_list+.
|
||||||
#
|
#
|
||||||
def self.for(scheme, *arguments, default: Generic)
|
def self.for(scheme, *arguments, default: Generic)
|
||||||
if scheme
|
if scheme
|
||||||
uri_class = @@schemes[scheme.upcase] || default
|
uri_class = @@schemes[scheme.upcase] || default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user