Class: Idiotz::Highlight
- Inherits:
-
Object
- Object
- Idiotz::Highlight
- Defined in:
- lib/idiotz/highlight.rb
Class Method Summary collapse
Class Method Details
.execute ⇒ Object
3 4 5 6 |
# File 'lib/idiotz/highlight.rb', line 3 def self.execute `highlight -u "utf-8" -O rtf /tmp/highlight.rb | pbcopy` puts 'highlight' end |