From 4c56c2c43fdd9d6207876551f9bf32b30df5e1c8 Mon Sep 17 00:00:00 2001 From: Kevin Clark Date: Wed, 18 Jun 2008 01:10:30 +0000 Subject: [PATCH] open? should return true, not 1 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668965 13f79535-47bb-0310-9956-ffa450edef68 --- lib/rb/lib/thrift/transport.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rb/lib/thrift/transport.rb b/lib/rb/lib/thrift/transport.rb index cc45fac2..57706ec0 100644 --- a/lib/rb/lib/thrift/transport.rb +++ b/lib/rb/lib/thrift/transport.rb @@ -218,7 +218,7 @@ module Thrift end def open? - return 1 + return true end def open -- 2.17.1