@@ -251,7 +251,7 @@ def self.has_content?
251
251
end
252
252
253
253
# @return
254
- # [u 'client_properties = nil', u "mechanism = u 'PLAIN'", u 'response = nil', u "locale = u 'en_US'"]
254
+ # ['client_properties = nil', "mechanism = 'PLAIN'", 'response = nil', "locale = 'en_US'"]
255
255
def self . encode ( client_properties , mechanism , response , locale )
256
256
channel = 0
257
257
buffer = @packed_indexes . dup
@@ -307,7 +307,7 @@ def self.has_content?
307
307
end
308
308
309
309
# @return
310
- # [u 'response = nil']
310
+ # ['response = nil']
311
311
def self . encode ( response )
312
312
channel = 0
313
313
buffer = @packed_indexes . dup
@@ -362,7 +362,7 @@ def self.has_content?
362
362
end
363
363
364
364
# @return
365
- # [u 'channel_max = false', u 'frame_max = false', u 'heartbeat = false']
365
+ # ['channel_max = false', 'frame_max = false', 'heartbeat = false']
366
366
def self . encode ( channel_max , frame_max , heartbeat )
367
367
channel = 0
368
368
buffer = @packed_indexes . dup
@@ -386,7 +386,7 @@ def self.has_content?
386
386
end
387
387
388
388
# @return
389
- # [u "virtual_host = u '/'", u 'capabilities = EMPTY_STRING', u 'insist = false']
389
+ # ["virtual_host = '/'", 'capabilities = EMPTY_STRING', 'insist = false']
390
390
def self . encode ( virtual_host )
391
391
capabilities = EMPTY_STRING
392
392
insist = false
@@ -467,7 +467,7 @@ def self.has_content?
467
467
end
468
468
469
469
# @return
470
- # [u 'reply_code = nil', u 'reply_text = EMPTY_STRING', u 'class_id = nil', u 'method_id = nil']
470
+ # ['reply_code = nil', 'reply_text = EMPTY_STRING', 'class_id = nil', 'method_id = nil']
471
471
def self . encode ( reply_code , reply_text , class_id , method_id )
472
472
channel = 0
473
473
buffer = @packed_indexes . dup
@@ -536,7 +536,7 @@ def self.has_content?
536
536
end
537
537
538
538
# @return
539
- # [u 'reason = EMPTY_STRING']
539
+ # ['reason = EMPTY_STRING']
540
540
def self . encode ( reason )
541
541
channel = 0
542
542
buffer = @packed_indexes . dup
@@ -596,7 +596,7 @@ def self.has_content?
596
596
end
597
597
598
598
# @return
599
- # [u 'out_of_band = EMPTY_STRING']
599
+ # ['out_of_band = EMPTY_STRING']
600
600
def self . encode ( channel , out_of_band )
601
601
buffer = @packed_indexes . dup
602
602
buffer << out_of_band . to_s . bytesize . chr
@@ -659,7 +659,7 @@ def self.has_content?
659
659
end
660
660
661
661
# @return
662
- # [u 'active = nil']
662
+ # ['active = nil']
663
663
def self . encode ( channel , active )
664
664
buffer = @packed_indexes . dup
665
665
bit_buffer = 0
@@ -695,7 +695,7 @@ def self.has_content?
695
695
end
696
696
697
697
# @return
698
- # [u 'active = nil']
698
+ # ['active = nil']
699
699
def self . encode ( channel , active )
700
700
buffer = @packed_indexes . dup
701
701
bit_buffer = 0
@@ -741,7 +741,7 @@ def self.has_content?
741
741
end
742
742
743
743
# @return
744
- # [u 'reply_code = nil', u 'reply_text = EMPTY_STRING', u 'class_id = nil', u 'method_id = nil']
744
+ # ['reply_code = nil', 'reply_text = EMPTY_STRING', 'class_id = nil', 'method_id = nil']
745
745
def self . encode ( channel , reply_code , reply_text , class_id , method_id )
746
746
buffer = @packed_indexes . dup
747
747
buffer << [ reply_code ] . pack ( PACK_UINT16 )
@@ -802,7 +802,7 @@ def self.has_content?
802
802
end
803
803
804
804
# @return
805
- # [u 'ticket = 0', u 'exchange = nil', u "type = u 'direct'", u 'passive = false', u 'durable = false', u 'auto_delete = false', u 'internal = false', u 'nowait = false', u 'arguments = {}']
805
+ # ['ticket = 0', 'exchange = nil', "type = 'direct'", 'passive = false', 'durable = false', 'auto_delete = false', 'internal = false', 'nowait = false', 'arguments = {}']
806
806
def self . encode ( channel , exchange , type , passive , durable , auto_delete , internal , nowait , arguments )
807
807
ticket = 0
808
808
buffer = @packed_indexes . dup
@@ -858,7 +858,7 @@ def self.has_content?
858
858
end
859
859
860
860
# @return
861
- # [u 'ticket = 0', u 'exchange = nil', u 'if_unused = false', u 'nowait = false']
861
+ # ['ticket = 0', 'exchange = nil', 'if_unused = false', 'nowait = false']
862
862
def self . encode ( channel , exchange , if_unused , nowait )
863
863
ticket = 0
864
864
buffer = @packed_indexes . dup
@@ -908,7 +908,7 @@ def self.has_content?
908
908
end
909
909
910
910
# @return
911
- # [u 'ticket = 0', u 'destination = nil', u 'source = nil', u 'routing_key = EMPTY_STRING', u 'nowait = false', u 'arguments = {}']
911
+ # ['ticket = 0', 'destination = nil', 'source = nil', 'routing_key = EMPTY_STRING', 'nowait = false', 'arguments = {}']
912
912
def self . encode ( channel , destination , source , routing_key , nowait , arguments )
913
913
ticket = 0
914
914
buffer = @packed_indexes . dup
@@ -962,7 +962,7 @@ def self.has_content?
962
962
end
963
963
964
964
# @return
965
- # [u 'ticket = 0', u 'destination = nil', u 'source = nil', u 'routing_key = EMPTY_STRING', u 'nowait = false', u 'arguments = {}']
965
+ # ['ticket = 0', 'destination = nil', 'source = nil', 'routing_key = EMPTY_STRING', 'nowait = false', 'arguments = {}']
966
966
def self . encode ( channel , destination , source , routing_key , nowait , arguments )
967
967
ticket = 0
968
968
buffer = @packed_indexes . dup
@@ -1024,7 +1024,7 @@ def self.has_content?
1024
1024
end
1025
1025
1026
1026
# @return
1027
- # [u 'ticket = 0', u 'queue = EMPTY_STRING', u 'passive = false', u 'durable = false', u 'exclusive = false', u 'auto_delete = false', u 'nowait = false', u 'arguments = {}']
1027
+ # ['ticket = 0', 'queue = EMPTY_STRING', 'passive = false', 'durable = false', 'exclusive = false', 'auto_delete = false', 'nowait = false', 'arguments = {}']
1028
1028
def self . encode ( channel , queue , passive , durable , exclusive , auto_delete , nowait , arguments )
1029
1029
ticket = 0
1030
1030
buffer = @packed_indexes . dup
@@ -1090,7 +1090,7 @@ def self.has_content?
1090
1090
end
1091
1091
1092
1092
# @return
1093
- # [u 'ticket = 0', u 'queue = EMPTY_STRING', u 'exchange = nil', u 'routing_key = EMPTY_STRING', u 'nowait = false', u 'arguments = {}']
1093
+ # ['ticket = 0', 'queue = EMPTY_STRING', 'exchange = nil', 'routing_key = EMPTY_STRING', 'nowait = false', 'arguments = {}']
1094
1094
def self . encode ( channel , queue , exchange , routing_key , nowait , arguments )
1095
1095
ticket = 0
1096
1096
buffer = @packed_indexes . dup
@@ -1144,7 +1144,7 @@ def self.has_content?
1144
1144
end
1145
1145
1146
1146
# @return
1147
- # [u 'ticket = 0', u 'queue = EMPTY_STRING', u 'nowait = false']
1147
+ # ['ticket = 0', 'queue = EMPTY_STRING', 'nowait = false']
1148
1148
def self . encode ( channel , queue , nowait )
1149
1149
ticket = 0
1150
1150
buffer = @packed_indexes . dup
@@ -1197,7 +1197,7 @@ def self.has_content?
1197
1197
end
1198
1198
1199
1199
# @return
1200
- # [u 'ticket = 0', u 'queue = EMPTY_STRING', u 'if_unused = false', u 'if_empty = false', u 'nowait = false']
1200
+ # ['ticket = 0', 'queue = EMPTY_STRING', 'if_unused = false', 'if_empty = false', 'nowait = false']
1201
1201
def self . encode ( channel , queue , if_unused , if_empty , nowait )
1202
1202
ticket = 0
1203
1203
buffer = @packed_indexes . dup
@@ -1252,7 +1252,7 @@ def self.has_content?
1252
1252
end
1253
1253
1254
1254
# @return
1255
- # [u 'ticket = 0', u 'queue = EMPTY_STRING', u 'exchange = nil', u 'routing_key = EMPTY_STRING', u 'arguments = {}']
1255
+ # ['ticket = 0', 'queue = EMPTY_STRING', 'exchange = nil', 'routing_key = EMPTY_STRING', 'arguments = {}']
1256
1256
def self . encode ( channel , queue , exchange , routing_key , arguments )
1257
1257
ticket = 0
1258
1258
buffer = @packed_indexes . dup
@@ -1540,7 +1540,7 @@ def self.has_content?
1540
1540
end
1541
1541
1542
1542
# @return
1543
- # [u 'prefetch_size = false', u 'prefetch_count = false', u 'global = false']
1543
+ # ['prefetch_size = false', 'prefetch_count = false', 'global = false']
1544
1544
def self . encode ( channel , prefetch_size , prefetch_count , global )
1545
1545
buffer = @packed_indexes . dup
1546
1546
buffer << [ prefetch_size ] . pack ( PACK_UINT32 )
@@ -1587,7 +1587,7 @@ def self.has_content?
1587
1587
end
1588
1588
1589
1589
# @return
1590
- # [u 'ticket = 0', u 'queue = EMPTY_STRING', u 'consumer_tag = EMPTY_STRING', u 'no_local = false', u 'no_ack = false', u 'exclusive = false', u 'nowait = false', u 'arguments = {}']
1590
+ # ['ticket = 0', 'queue = EMPTY_STRING', 'consumer_tag = EMPTY_STRING', 'no_local = false', 'no_ack = false', 'exclusive = false', 'nowait = false', 'arguments = {}']
1591
1591
def self . encode ( channel , queue , consumer_tag , no_local , no_ack , exclusive , nowait , arguments )
1592
1592
ticket = 0
1593
1593
buffer = @packed_indexes . dup
@@ -1666,7 +1666,7 @@ def self.has_content?
1666
1666
end
1667
1667
1668
1668
# @return
1669
- # [u 'consumer_tag = nil', u 'nowait = false']
1669
+ # ['consumer_tag = nil', 'nowait = false']
1670
1670
def self . encode ( channel , consumer_tag , nowait )
1671
1671
buffer = @packed_indexes . dup
1672
1672
buffer << consumer_tag . to_s . bytesize . chr
@@ -1719,7 +1719,7 @@ def self.has_content?
1719
1719
end
1720
1720
1721
1721
# @return
1722
- # [u 'ticket = 0', u 'exchange = EMPTY_STRING', u 'routing_key = EMPTY_STRING', u 'mandatory = false', u 'immediate = false', 'user_headers = nil', 'payload = ""', 'frame_size = nil']
1722
+ # ['ticket = 0', 'exchange = EMPTY_STRING', 'routing_key = EMPTY_STRING', 'mandatory = false', 'immediate = false', 'user_headers = nil', 'payload = ""', 'frame_size = nil']
1723
1723
def self . encode ( channel , payload , user_headers , exchange , routing_key , mandatory , immediate , frame_size )
1724
1724
ticket = 0
1725
1725
buffer = @packed_indexes . dup
@@ -1843,7 +1843,7 @@ def self.has_content?
1843
1843
end
1844
1844
1845
1845
# @return
1846
- # [u 'ticket = 0', u 'queue = EMPTY_STRING', u 'no_ack = false']
1846
+ # ['ticket = 0', 'queue = EMPTY_STRING', 'no_ack = false']
1847
1847
def self . encode ( channel , queue , no_ack )
1848
1848
ticket = 0
1849
1849
buffer = @packed_indexes . dup
@@ -1957,7 +1957,7 @@ def self.has_content?
1957
1957
end
1958
1958
1959
1959
# @return
1960
- # [u 'delivery_tag = false', u 'multiple = false']
1960
+ # ['delivery_tag = false', 'multiple = false']
1961
1961
def self . encode ( channel , delivery_tag , multiple )
1962
1962
buffer = @packed_indexes . dup
1963
1963
buffer << AMQ ::Pack . pack_uint64_big_endian ( delivery_tag )
@@ -1981,7 +1981,7 @@ def self.has_content?
1981
1981
end
1982
1982
1983
1983
# @return
1984
- # [u 'delivery_tag = nil', u 'requeue = true']
1984
+ # ['delivery_tag = nil', 'requeue = true']
1985
1985
def self . encode ( channel , delivery_tag , requeue )
1986
1986
buffer = @packed_indexes . dup
1987
1987
buffer << AMQ ::Pack . pack_uint64_big_endian ( delivery_tag )
@@ -2005,7 +2005,7 @@ def self.has_content?
2005
2005
end
2006
2006
2007
2007
# @return
2008
- # [u 'requeue = false']
2008
+ # ['requeue = false']
2009
2009
def self . encode ( channel , requeue )
2010
2010
buffer = @packed_indexes . dup
2011
2011
bit_buffer = 0
@@ -2028,7 +2028,7 @@ def self.has_content?
2028
2028
end
2029
2029
2030
2030
# @return
2031
- # [u 'requeue = false']
2031
+ # ['requeue = false']
2032
2032
def self . encode ( channel , requeue )
2033
2033
buffer = @packed_indexes . dup
2034
2034
bit_buffer = 0
@@ -2091,7 +2091,7 @@ def self.has_content?
2091
2091
end
2092
2092
2093
2093
# @return
2094
- # [u 'delivery_tag = false', u 'multiple = false', u 'requeue = true']
2094
+ # ['delivery_tag = false', 'multiple = false', 'requeue = true']
2095
2095
def self . encode ( channel , delivery_tag , multiple , requeue )
2096
2096
buffer = @packed_indexes . dup
2097
2097
buffer << AMQ ::Pack . pack_uint64_big_endian ( delivery_tag )
@@ -2271,7 +2271,7 @@ def self.has_content?
2271
2271
end
2272
2272
2273
2273
# @return
2274
- # [u 'nowait = false']
2274
+ # ['nowait = false']
2275
2275
def self . encode ( channel , nowait )
2276
2276
buffer = @packed_indexes . dup
2277
2277
bit_buffer = 0
0 commit comments