# File lib/rhc/helpers.rb, line 164
def
to_host
(
s
)
s
=~
%r(^http(?:s)?://)
?
URI
(
s
).
host
:
s
end