From: Kevin Clark Date: Wed, 18 Jun 2008 01:10:30 +0000 (+0000) Subject: open? should return true, not 1 X-Git-Tag: 0.2.0~584 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4c56c2c43fdd9d6207876551f9bf32b30df5e1c8;p=common%2Fthrift.git open? should return true, not 1 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668965 13f79535-47bb-0310-9956-ffa450edef68 --- 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