commit | 19dbbefcc183abce5f502aadc83fc86b7edb90c7 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周四 12月 27 01:24:20 2012 +0100 |
committer | Roger Meier <roger@apache.org> | 周四 12月 27 01:24:20 2012 +0100 |
tree | 9ef1d96342a796d6f377c2b56c455a787a53edd7 | |
parent | f089f8ee5f9ec70fdf8eb401d6844d05d7927cd5 [diff] [blame] |
THRIFT-1766 [Ruby] Provide support for binary types Patch: Nathan Beyer
diff --git a/lib/rb/spec/compact_protocol_spec.rb b/lib/rb/spec/compact_protocol_spec.rb index 91dfe44..daad583 100644 --- a/lib/rb/spec/compact_protocol_spec.rb +++ b/lib/rb/spec/compact_protocol_spec.rb
@@ -134,12 +134,10 @@ end def writer(sym) - sym = sym == :binary ? :string : sym "write_#{sym.to_s}" end def reader(sym) - sym = sym == :binary ? :string : sym "read_#{sym.to_s}" end -end \ No newline at end of file +end