diff -r 96232974dcdb -r 645c12de6b0c Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html --- a/Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html Sun Mar 30 22:00:14 2014 +0200 +++ b/Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html Thu Apr 03 23:05:31 2014 +0200 @@ -798,8 +798,9 @@ </dl><dl> <dt>Returns:</dt> <dd> -client process object (QProcess) and a flag to indicate - a network connection (boolean) +client process object (QProcess), a flag to indicate + a network connection (boolean) and the name of the interpreter + in case of a local execution (string) </dd> </dl><a NAME="DebuggerInterfaceRuby.startRemoteForProject" ID="DebuggerInterfaceRuby.startRemoteForProject"></a> <h4>DebuggerInterfaceRuby.startRemoteForProject</h4> @@ -818,8 +819,9 @@ </dl><dl> <dt>Returns:</dt> <dd> -pid of the client process (integer) and a flag to indicate - a network connection (boolean) +client process object (QProcess), a flag to indicate + a network connection (boolean) and the name of the interpreter + in case of a local execution (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>