Skip to content

Instantly share code, notes, and snippets.

View johannesfritsch's full-sized avatar

Johannes Fritsch johannesfritsch

View GitHub Profile
@johannesfritsch
johannesfritsch / LSF Checker
Created February 13, 2012 09:38
LSF Checker
require 'mechanize'
require 'highline'
require 'prowl'
class String
def remove_non_ascii(replacement="")
self.gsub(/[\u0080-\u00ff]/,replacement)
end
end