Rubymine print current line
Posted by Jason Noble on 01/28/2012 in Uncategorized | ∞
One way of debugging your ruby scripts is to print out the value of variables in different sections of your code. Rubymine has a feature called live templates that allows you to type a short command and have RubyMine extract it in to full blown code. Some built in shortcuts exist, such as def (creates […]