Sha256: a0c59fabe48da396fb430a67ad5caa97df7b3b36dabb0011600652fe2d058854
Contents?: true
Size: 173 Bytes
Versions: 5
Compression:
Stored size: 173 Bytes
Contents
# Module for dealing with Parsing URLS properly module K2UrlParse def self.remove_localhost(url) url.host = '127.0.0.1' if url.host.eql?('localhost') url end end
Version data entries
5 entries across 5 versions & 1 rubygems