commit | 0e4920c6b892ef46ae491fb1c65157ee6aab1367 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | Thu Feb 18 20:28:27 2010 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | Thu Feb 18 20:28:27 2010 +0000 |
tree | ea29c136b62147ed20558badea98c4478bf8f867 | |
parent | becaf536211a699f1fb936752262fdb7bcd36126 [diff] [blame] |
THRIFT-708. rb: Is set checking methods git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@911557 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/spec/ThriftSpec.thrift b/lib/rb/spec/ThriftSpec.thrift index 84111c1..b497a60 100644 --- a/lib/rb/spec/ThriftSpec.thrift +++ b/lib/rb/spec/ThriftSpec.thrift
@@ -69,6 +69,7 @@ 5: map<i32, map<string, double>> complex, 6: set<i16> shorts = [5, 17, 239], 7: optional string opt_string + 8: bool my_bool } struct BoolStruct {