I am using RubyMine7.1.4
to write my test cases in Ruby
. Its an awesome Ruby IDE
, but it seems like I am not using totally.
For example: If we type syso in eclipse
and press enter it will give System.out.println();
How to do that in RubyMine7.1.4
?
typing lpl gives $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))