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:
5ddd2f1
)
Private methods called not via self.
author
Mark Slee
<mcslee@apache.org>
Tue, 18 Dec 2007 02:06:44 +0000
(
02:06
+0000)
committer
Mark Slee
<mcslee@apache.org>
Tue, 18 Dec 2007 02:06:44 +0000
(
02:06
+0000)
Summary: Because self. puts you in public scope
Reviewed By: mcslee
Test Plan: Use Ruby framed transport
Other Notes: Submitted by Jake Luciani
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665397
13f79535
-47bb-0310-9956-
ffa450edef68
lib/rb/lib/thrift/transport/ttransport.rb
patch
|
blob
|
history
diff --git
a/lib/rb/lib/thrift/transport/ttransport.rb
b/lib/rb/lib/thrift/transport/ttransport.rb
index
47403fc
..
01de06e
100644
(file)
--- a/
lib/rb/lib/thrift/transport/ttransport.rb
+++ b/
lib/rb/lib/thrift/transport/ttransport.rb
@@
-140,7
+140,7
@@
class TFramedTransport < TTransport
end
if (@rbuf.length == 0)
-
self.
readFrame
+ readFrame
end
# return full buf