require 'dogerific' class String def dogerific(options = {}) Dogerific.new.convert(self, options) end end