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