Author: kclark
Date: Tue Jun 17 18:10:30 2008
New Revision: 668965
URL: http://svn.apache.org/viewvc?rev=668965&view=rev
Log:
open? should return true, not 1
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=668965&r1=668964&r2=668965&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:10:30
2008
@@ -218,7 +218,7 @@
end
def open?
- return 1
+ return true
end
def open