I am using coderay to do color highlighting.
To install coderay
sudo gem install coderay
To generate html type:
coderay -ruby -page < yourRubyProgram.rb > yourRubyProgram.rb.html
puts "To seek elegance rather than luxury" |
Keep It Simple
puts "To seek elegance rather than luxury" |
Well done Luan. I'm going to have to give this a try on my code.
ReplyDeleteThanks Scott. Please let me know if you run into any issues.
ReplyDelete