2 3 4
# File 'lib/ext/string.rb', line 2 def strip_http self.gsub(/^http\:\/\//,'').gsub(/\/$/,'') end