module Idiotz class Highlight def self.execute(path) `highlight -u "utf-8" -O rtf /tmp/highlight.rb | pbcopy` puts 'highlight' end end end