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