|
From: <caw...@us...> - 2007-07-11 15:36:49
|
Revision: 2746
http://svn.sourceforge.net/rubyeclipse/?rev=2746&view=rev
Author: cawilliams
Date: 2007-07-11 08:36:48 -0700 (Wed, 11 Jul 2007)
Log Message:
-----------
new method to grab irb (or irb.bat on win32), will be used by our script console stuff in RadRails
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/RubyRuntime.java
Modified: trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/RubyRuntime.java
===================================================================
--- trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/RubyRuntime.java 2007-07-11 15:24:59 UTC (rev 2745)
+++ trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/RubyRuntime.java 2007-07-11 15:36:48 UTC (rev 2746)
@@ -1690,4 +1690,8 @@
}
return new File(path);
}
+
+ public static File getIRB() {
+ return getBinExecutable("irb");
+ }
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|