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:
cb344a3
)
rb: Remove an unnecessary return statement
author
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:17:22 +0000
(
01:17
+0000)
committer
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:17:22 +0000
(
01:17
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669009
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
d4c1b2b
..
0710bd7
100644
(file)
--- a/
lib/rb/lib/thrift/transport.rb
+++ b/
lib/rb/lib/thrift/transport.rb
@@
-124,7
+124,7
@@
module Thrift
end
def open?
-
return
@transport.open?
+ @transport.open?
end
def open