You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by kc...@apache.org on 2008/06/18 03:17:22 UTC

svn commit: r669009 - /incubator/thrift/trunk/lib/rb/lib/thrift/transport.rb

Author: kclark
Date: Tue Jun 17 18:17:22 2008
New Revision: 669009

URL: http://svn.apache.org/viewvc?rev=669009&view=rev
Log:
rb: Remove an unnecessary return statement

Modified:
    incubator/thrift/trunk/lib/rb/lib/thrift/transport.rb

Modified: incubator/thrift/trunk/lib/rb/lib/thrift/transport.rb
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/lib/thrift/transport.rb?rev=669009&r1=669008&r2=669009&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/lib/thrift/transport.rb (original)
+++ incubator/thrift/trunk/lib/rb/lib/thrift/transport.rb Tue Jun 17 18:17:22 2008
@@ -124,7 +124,7 @@
     end
 
     def open?
-      return @transport.open?
+      @transport.open?
     end
 
     def open