Skip to content

Instantly share code, notes, and snippets.

@agb91
agb91 / Normalize.rb
Created January 26, 2016 09:43
normalizer for urls
require 'normalize_url'
require 'rubygems'
require 'httpclient'
require 'net/http'
require 'uri'
def printer(text, value)
puts text + ": " + value.to_s
end