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