Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
531e020
)
open? should return true, not 1
author
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:10:30 +0000
(
01:10
+0000)
committer
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:10:30 +0000
(
01:10
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668965
13f79535
-47bb-0310-9956-
ffa450edef68
lib/rb/lib/thrift/transport.rb
patch
|
blob
|
history
diff --git
a/lib/rb/lib/thrift/transport.rb
b/lib/rb/lib/thrift/transport.rb
index
cc45fac
..
57706ec
100644
(file)
--- 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