Is there a gem I can install that creates a rake task that, when run, beautifies up my ruby code? Indentation, rouge line breaks, that sort of thing?
-
If you don't find an answer to your question, I would recommend looking into Vim for Rubyists, and start using an editor. Why overload the application with a gem, why not fix the programmer's editor?vee– vee2014-04-25 03:24:14 +00:00Commented Apr 25, 2014 at 3:24
-
Possible duplicate of stackoverflow.com/questions/9103874/… - you can see some gems listed in the answers. I also highly recommend just using an editor like Vim or Sublime to format the code.richsinn– richsinn2014-04-25 05:44:05 +00:00Commented Apr 25, 2014 at 5:44
Add a comment
|