rumai 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. data/CREDITS +1 -0
  2. data/HISTORY +24 -1
  3. data/INSTALL +2 -0
  4. data/{doc/index.erb → MANUAL} +9 -4
  5. data/bin/rumai +40 -7
  6. data/doc/ann.xml +61 -0
  7. data/doc/api/IO.html +1 -1
  8. data/doc/api/Integer.html +1 -1
  9. data/doc/api/Rumai.html +275 -5
  10. data/doc/api/Rumai/Area.html +1 -1
  11. data/doc/api/Rumai/Chain.html +1 -1
  12. data/doc/api/Rumai/Client.html +1 -1
  13. data/doc/api/Rumai/ClientContainer.html +1 -1
  14. data/doc/api/Rumai/ExportInstanceMethods.html +1 -1
  15. data/doc/api/Rumai/IXP.html +1 -1
  16. data/doc/api/Rumai/IXP/Agent.html +1 -1
  17. data/doc/api/Rumai/IXP/Agent/FidStream.html +1 -1
  18. data/doc/api/Rumai/IXP/Agent/RangedPool.html +1 -1
  19. data/doc/api/Rumai/IXP/Error.html +1 -1
  20. data/doc/api/Rumai/IXP/Fcall.html +1 -1
  21. data/doc/api/Rumai/IXP/Qid.html +1 -1
  22. data/doc/api/Rumai/IXP/Rattach.html +1 -1
  23. data/doc/api/Rumai/IXP/Rauth.html +1 -1
  24. data/doc/api/Rumai/IXP/Rclunk.html +1 -1
  25. data/doc/api/Rumai/IXP/Rcreate.html +1 -1
  26. data/doc/api/Rumai/IXP/Rerror.html +1 -1
  27. data/doc/api/Rumai/IXP/Rflush.html +1 -1
  28. data/doc/api/Rumai/IXP/Ropen.html +1 -1
  29. data/doc/api/Rumai/IXP/Rread.html +1 -1
  30. data/doc/api/Rumai/IXP/Rremove.html +1 -1
  31. data/doc/api/Rumai/IXP/Rstat.html +1 -1
  32. data/doc/api/Rumai/IXP/Rversion.html +1 -1
  33. data/doc/api/Rumai/IXP/Rwalk.html +1 -1
  34. data/doc/api/Rumai/IXP/Rwrite.html +1 -1
  35. data/doc/api/Rumai/IXP/Rwstat.html +1 -1
  36. data/doc/api/Rumai/IXP/Stat.html +1 -1
  37. data/doc/api/Rumai/IXP/Stream.html +1 -1
  38. data/doc/api/Rumai/IXP/Struct.html +1 -1
  39. data/doc/api/Rumai/IXP/Struct/ClassField.html +1 -1
  40. data/doc/api/Rumai/IXP/Struct/Field.html +1 -1
  41. data/doc/api/Rumai/IXP/Struct/Field/CounteeField.html +1 -1
  42. data/doc/api/Rumai/IXP/Struct/Field/CounterField.html +1 -1
  43. data/doc/api/Rumai/IXP/Struct/Integer8Field.html +1 -1
  44. data/doc/api/Rumai/IXP/Struct/StringField.html +1 -1
  45. data/doc/api/Rumai/IXP/Tattach.html +1 -1
  46. data/doc/api/Rumai/IXP/Tauth.html +1 -1
  47. data/doc/api/Rumai/IXP/Tclunk.html +1 -1
  48. data/doc/api/Rumai/IXP/Tcreate.html +1 -1
  49. data/doc/api/Rumai/IXP/Terror.html +1 -1
  50. data/doc/api/Rumai/IXP/Tflush.html +1 -1
  51. data/doc/api/Rumai/IXP/Topen.html +1 -1
  52. data/doc/api/Rumai/IXP/Tread.html +1 -1
  53. data/doc/api/Rumai/IXP/Tremove.html +1 -1
  54. data/doc/api/Rumai/IXP/Tstat.html +1 -1
  55. data/doc/api/Rumai/IXP/Tversion.html +1 -1
  56. data/doc/api/Rumai/IXP/Twalk.html +1 -1
  57. data/doc/api/Rumai/IXP/Twrite.html +1 -1
  58. data/doc/api/Rumai/IXP/Twstat.html +1 -1
  59. data/doc/api/Rumai/Node.html +1 -1
  60. data/doc/api/Rumai/View.html +1 -1
  61. data/doc/api/Rumai/WidgetImpl.html +1 -1
  62. data/doc/api/Rumai/WidgetNode.html +1 -1
  63. data/doc/api/String.html +1 -1
  64. data/doc/api/StringIO.html +1 -1
  65. data/doc/api/Time.html +1 -1
  66. data/doc/api/_index.html +3 -3
  67. data/doc/api/file.LICENSE.html +2 -2
  68. data/doc/api/frames.html +1 -1
  69. data/doc/api/index.html +2 -2
  70. data/doc/api/method_list.html +65 -57
  71. data/doc/api/top-level-namespace.html +1 -1
  72. data/doc/index.html +176 -129
  73. data/inochi.opts +31 -0
  74. data/lib/rumai/inochi.rb +84 -29
  75. data/test/test_helper.rb +1 -1
  76. metadata +20 -8
  77. data/lib/rumai/inochi.yaml +0 -94
  78. data/test/rumai/inochi_test.rb +0 -17
@@ -139,7 +139,7 @@ size[4] Tstat tag[2] fid[4]
139
139
  </div>
140
140
 
141
141
  <div id="footer">
142
- Generated on Mon Mar 22 22:23:58 2010 by
142
+ Generated on Thu Apr 1 00:31:00 2010 by
143
143
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
144
144
  0.5.4 (ruby-1.9.1).
145
145
  </div>
@@ -153,7 +153,7 @@ size[4] Tversion tag[2] msize[4] version[s]
153
153
  </div>
154
154
 
155
155
  <div id="footer">
156
- Generated on Mon Mar 22 22:23:56 2010 by
156
+ Generated on Thu Apr 1 00:30:59 2010 by
157
157
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
158
158
  0.5.4 (ruby-1.9.1).
159
159
  </div>
@@ -139,7 +139,7 @@ size[4] Twalk tag[2] fid[4] newfid[4] nwname[2] nwname*(wname[s])
139
139
  </div>
140
140
 
141
141
  <div id="footer">
142
- Generated on Mon Mar 22 22:23:57 2010 by
142
+ Generated on Thu Apr 1 00:30:59 2010 by
143
143
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
144
144
  0.5.4 (ruby-1.9.1).
145
145
  </div>
@@ -139,7 +139,7 @@ size[4] Twrite tag[2] fid[4] offset[8] count[4] data[count]
139
139
  </div>
140
140
 
141
141
  <div id="footer">
142
- Generated on Mon Mar 22 22:23:57 2010 by
142
+ Generated on Thu Apr 1 00:31:00 2010 by
143
143
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
144
144
  0.5.4 (ruby-1.9.1).
145
145
  </div>
@@ -139,7 +139,7 @@ size[4] Twstat tag[2] fid[4] stat[n]
139
139
  </div>
140
140
 
141
141
  <div id="footer">
142
- Generated on Mon Mar 22 22:23:58 2010 by
142
+ Generated on Thu Apr 1 00:31:00 2010 by
143
143
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
144
144
  0.5.4 (ruby-1.9.1).
145
145
  </div>
@@ -1397,7 +1397,7 @@ Writes the given content to this node.
1397
1397
  </div>
1398
1398
 
1399
1399
  <div id="footer">
1400
- Generated on Mon Mar 22 22:23:52 2010 by
1400
+ Generated on Thu Apr 1 00:30:55 2010 by
1401
1401
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
1402
1402
  0.5.4 (ruby-1.9.1).
1403
1403
  </div>
@@ -1578,7 +1578,7 @@ Moves the focus from the current client in the given direction.
1578
1578
  </div>
1579
1579
 
1580
1580
  <div id="footer">
1581
- Generated on Mon Mar 22 22:23:55 2010 by
1581
+ Generated on Thu Apr 1 00:30:57 2010 by
1582
1582
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
1583
1583
  0.5.4 (ruby-1.9.1).
1584
1584
  </div>
@@ -324,7 +324,7 @@ Checks if this widget currently has focus.
324
324
  </div>
325
325
 
326
326
  <div id="footer">
327
- Generated on Mon Mar 22 22:23:52 2010 by
327
+ Generated on Thu Apr 1 00:30:55 2010 by
328
328
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
329
329
  0.5.4 (ruby-1.9.1).
330
330
  </div>
@@ -237,7 +237,7 @@ A new instance of WidgetNode
237
237
  </div>
238
238
 
239
239
  <div id="footer">
240
- Generated on Mon Mar 22 22:23:53 2010 by
240
+ Generated on Thu Apr 1 00:30:55 2010 by
241
241
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
242
242
  0.5.4 (ruby-1.9.1).
243
243
  </div>
data/doc/api/String.html CHANGED
@@ -249,7 +249,7 @@ Transforms this object into a string of 9P2000 bytes.
249
249
  </div>
250
250
 
251
251
  <div id="footer">
252
- Generated on Mon Mar 22 22:23:58 2010 by
252
+ Generated on Thu Apr 1 00:31:01 2010 by
253
253
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
254
254
  0.5.4 (ruby-1.9.1).
255
255
  </div>
@@ -110,7 +110,7 @@
110
110
  </div>
111
111
 
112
112
  <div id="footer">
113
- Generated on Mon Mar 22 22:23:58 2010 by
113
+ Generated on Thu Apr 1 00:31:01 2010 by
114
114
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
115
115
  0.5.4 (ruby-1.9.1).
116
116
  </div>
data/doc/api/Time.html CHANGED
@@ -238,7 +238,7 @@ Transforms this object into a string of 9P2000 bytes.
238
238
  </div>
239
239
 
240
240
  <div id="footer">
241
- Generated on Mon Mar 22 22:23:58 2010 by
241
+ Generated on Thu Apr 1 00:31:01 2010 by
242
242
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
243
243
  0.5.4 (ruby-1.9.1).
244
244
  </div>
data/doc/api/_index.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
5
  <meta name="Content-Type" content="text/html; charset=utf-8" />
6
- <title>nil</title>
6
+ <title>Rumai 3.2.2 (2010-04-01)</title>
7
7
  <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
8
  <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
9
 
@@ -42,7 +42,7 @@
42
42
  <iframe id="search_frame"></iframe>
43
43
 
44
44
  <div id="content"><div id="listing">
45
- <h1 class="noborder title">nil</h1>
45
+ <h1 class="noborder title">Rumai 3.2.2 (2010-04-01)</h1>
46
46
  <h1 class="alphaindex">Alphabetic Index</h1>
47
47
 
48
48
 
@@ -572,7 +572,7 @@
572
572
  </div></div>
573
573
 
574
574
  <div id="footer">
575
- Generated on Mon Mar 22 22:23:51 2010 by
575
+ Generated on Thu Apr 1 00:30:54 2010 by
576
576
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
577
577
  0.5.4 (ruby-1.9.1).
578
578
  </div>
@@ -3,7 +3,7 @@
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
5
  <meta name="Content-Type" content="text/html; charset=utf-8" />
6
- <title>nil</title>
6
+ <title>Rumai 3.2.2 (2010-04-01)</title>
7
7
  <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
8
  <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
9
 
@@ -64,7 +64,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
64
64
  </div></div>
65
65
 
66
66
  <div id="footer">
67
- Generated on Mon Mar 22 22:23:51 2010 by
67
+ Generated on Thu Apr 1 00:30:54 2010 by
68
68
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
69
69
  0.5.4 (ruby-1.9.1).
70
70
  </div>
data/doc/api/frames.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
- <title>nil</title>
7
+ <title>Rumai 3.2.2 (2010-04-01)</title>
8
8
  </head>
9
9
  <frameset cols="20%,*">
10
10
  <frame name="list" src="class_list.html" />
data/doc/api/index.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
5
  <meta name="Content-Type" content="text/html; charset=utf-8" />
6
- <title>nil</title>
6
+ <title>Rumai 3.2.2 (2010-04-01)</title>
7
7
  <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
8
  <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
9
 
@@ -64,7 +64,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
64
64
  </div></div>
65
65
 
66
66
  <div id="footer">
67
- Generated on Mon Mar 22 22:23:51 2010 by
67
+ Generated on Thu Apr 1 00:30:54 2010 by
68
68
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
69
69
  0.5.4 (ruby-1.9.1).
70
70
  </div>
@@ -1013,9 +1013,9 @@
1013
1013
 
1014
1014
 
1015
1015
  <li class="r2 ">
1016
- <a href="Rumai/IXP/Agent.html#read-instance_method" title="Rumai::IXP::Agent#read (method)">#read</a>
1016
+ <a href="Rumai/Node.html#read-instance_method" title="Rumai::Node#read (method)">#read</a>
1017
1017
 
1018
- <small>Rumai::IXP::Agent</small>
1018
+ <small>Rumai::Node</small>
1019
1019
 
1020
1020
  </li>
1021
1021
 
@@ -1029,9 +1029,9 @@
1029
1029
 
1030
1030
 
1031
1031
  <li class="r2 ">
1032
- <a href="Rumai/Node.html#read-instance_method" title="Rumai::Node#read (method)">#read</a>
1032
+ <a href="Rumai/IXP/Agent.html#read-instance_method" title="Rumai::IXP::Agent#read (method)">#read</a>
1033
1033
 
1034
- <small>Rumai::Node</small>
1034
+ <small>Rumai::IXP::Agent</small>
1035
1035
 
1036
1036
  </li>
1037
1037
 
@@ -1085,25 +1085,25 @@
1085
1085
 
1086
1086
 
1087
1087
  <li class="r1 ">
1088
- <a href="Rumai/IXP/Agent/FidStream.html#rewind-instance_method" title="Rumai::IXP::Agent::FidStream#rewind (method)">#rewind</a>
1088
+ <a href="Rumai.html#require-class_method" title="Rumai.require (method)">require</a>
1089
1089
 
1090
- <small>Rumai::IXP::Agent::FidStream</small>
1090
+ <small>Rumai</small>
1091
1091
 
1092
1092
  </li>
1093
1093
 
1094
1094
 
1095
1095
  <li class="r2 ">
1096
- <a href="Rumai/View.html#select-instance_method" title="Rumai::View#select (method)">#select</a>
1096
+ <a href="Rumai/IXP/Agent/FidStream.html#rewind-instance_method" title="Rumai::IXP::Agent::FidStream#rewind (method)">#rewind</a>
1097
1097
 
1098
- <small>Rumai::View</small>
1098
+ <small>Rumai::IXP::Agent::FidStream</small>
1099
1099
 
1100
1100
  </li>
1101
1101
 
1102
1102
 
1103
1103
  <li class="r1 ">
1104
- <a href="Rumai/Client.html#send-instance_method" title="Rumai::Client#send (method)">#send</a>
1104
+ <a href="Rumai/View.html#select-instance_method" title="Rumai::View#select (method)">#select</a>
1105
1105
 
1106
- <small>Rumai::Client</small>
1106
+ <small>Rumai::View</small>
1107
1107
 
1108
1108
  </li>
1109
1109
 
@@ -1117,7 +1117,7 @@
1117
1117
 
1118
1118
 
1119
1119
  <li class="r1 ">
1120
- <a href="Rumai/Client.html#slay-instance_method" title="Rumai::Client#slay (method)">#slay</a>
1120
+ <a href="Rumai/Client.html#send-instance_method" title="Rumai::Client#send (method)">#send</a>
1121
1121
 
1122
1122
  <small>Rumai::Client</small>
1123
1123
 
@@ -1125,31 +1125,31 @@
1125
1125
 
1126
1126
 
1127
1127
  <li class="r2 ">
1128
- <a href="Rumai/IXP/Agent/FidStream.html#stat-instance_method" title="Rumai::IXP::Agent::FidStream#stat (method)">#stat</a>
1128
+ <a href="Rumai/Client.html#slay-instance_method" title="Rumai::Client#slay (method)">#slay</a>
1129
1129
 
1130
- <small>Rumai::IXP::Agent::FidStream</small>
1130
+ <small>Rumai::Client</small>
1131
1131
 
1132
1132
  </li>
1133
1133
 
1134
1134
 
1135
1135
  <li class="r1 ">
1136
- <a href="Rumai/IXP/Agent.html#stat-instance_method" title="Rumai::IXP::Agent#stat (method)">#stat</a>
1136
+ <a href="Rumai/Node.html#stat-instance_method" title="Rumai::Node#stat (method)">#stat</a>
1137
1137
 
1138
- <small>Rumai::IXP::Agent</small>
1138
+ <small>Rumai::Node</small>
1139
1139
 
1140
1140
  </li>
1141
1141
 
1142
1142
 
1143
1143
  <li class="r2 ">
1144
- <a href="Rumai/Node.html#stat-instance_method" title="Rumai::Node#stat (method)">#stat</a>
1144
+ <a href="Rumai/IXP/Agent/FidStream.html#stat-instance_method" title="Rumai::IXP::Agent::FidStream#stat (method)">#stat</a>
1145
1145
 
1146
- <small>Rumai::Node</small>
1146
+ <small>Rumai::IXP::Agent::FidStream</small>
1147
1147
 
1148
1148
  </li>
1149
1149
 
1150
1150
 
1151
1151
  <li class="r1 ">
1152
- <a href="Rumai/IXP/Agent.html#stat_fid-instance_method" title="Rumai::IXP::Agent#stat_fid (method)">#stat_fid</a>
1152
+ <a href="Rumai/IXP/Agent.html#stat-instance_method" title="Rumai::IXP::Agent#stat (method)">#stat</a>
1153
1153
 
1154
1154
  <small>Rumai::IXP::Agent</small>
1155
1155
 
@@ -1157,6 +1157,14 @@
1157
1157
 
1158
1158
 
1159
1159
  <li class="r2 ">
1160
+ <a href="Rumai/IXP/Agent.html#stat_fid-instance_method" title="Rumai::IXP::Agent#stat_fid (method)">#stat_fid</a>
1161
+
1162
+ <small>Rumai::IXP::Agent</small>
1163
+
1164
+ </li>
1165
+
1166
+
1167
+ <li class="r1 ">
1160
1168
  <a href="Rumai/Client.html#stick-instance_method" title="Rumai::Client#stick (method)">#stick</a>
1161
1169
 
1162
1170
  <small>Rumai::Client</small>
@@ -1164,7 +1172,7 @@
1164
1172
  </li>
1165
1173
 
1166
1174
 
1167
- <li class="r1 ">
1175
+ <li class="r2 ">
1168
1176
  <a href="Rumai/Client.html#stick%21-instance_method" title="Rumai::Client#stick! (method)">#stick!</a>
1169
1177
 
1170
1178
  <small>Rumai::Client</small>
@@ -1172,7 +1180,7 @@
1172
1180
  </li>
1173
1181
 
1174
1182
 
1175
- <li class="r2 ">
1183
+ <li class="r1 ">
1176
1184
  <a href="Rumai/Client.html#stick%3F-instance_method" title="Rumai::Client#stick? (method)">#stick?</a>
1177
1185
 
1178
1186
  <small>Rumai::Client</small>
@@ -1180,7 +1188,7 @@
1180
1188
  </li>
1181
1189
 
1182
1190
 
1183
- <li class="r1 ">
1191
+ <li class="r2 ">
1184
1192
  <a href="Rumai/Client.html#swap-instance_method" title="Rumai::Client#swap (method)">#swap</a>
1185
1193
 
1186
1194
  <small>Rumai::Client</small>
@@ -1188,7 +1196,7 @@
1188
1196
  </li>
1189
1197
 
1190
1198
 
1191
- <li class="r2 ">
1199
+ <li class="r1 ">
1192
1200
  <a href="Rumai/Client.html#tag-instance_method" title="Rumai::Client#tag (method)">#tag</a>
1193
1201
 
1194
1202
  <small>Rumai::Client</small>
@@ -1196,7 +1204,7 @@
1196
1204
  </li>
1197
1205
 
1198
1206
 
1199
- <li class="r1 ">
1207
+ <li class="r2 ">
1200
1208
  <a href="Rumai/Client.html#tags-instance_method" title="Rumai::Client#tags (method)">#tags</a>
1201
1209
 
1202
1210
  <small>Rumai::Client</small>
@@ -1204,7 +1212,7 @@
1204
1212
  </li>
1205
1213
 
1206
1214
 
1207
- <li class="r2 ">
1215
+ <li class="r1 ">
1208
1216
  <a href="Rumai.html#tags-instance_method" title="Rumai#tags (method)">#tags</a>
1209
1217
 
1210
1218
  <small>Rumai</small>
@@ -1212,7 +1220,7 @@
1212
1220
  </li>
1213
1221
 
1214
1222
 
1215
- <li class="r1 ">
1223
+ <li class="r2 ">
1216
1224
  <a href="Rumai/Client.html#tags%3D-instance_method" title="Rumai::Client#tags= (method)">#tags=</a>
1217
1225
 
1218
1226
  <small>Rumai::Client</small>
@@ -1220,7 +1228,7 @@
1220
1228
  </li>
1221
1229
 
1222
1230
 
1223
- <li class="r2 ">
1231
+ <li class="r1 ">
1224
1232
  <a href="Rumai/IXP/Agent.html#talk-instance_method" title="Rumai::IXP::Agent#talk (method)">#talk</a>
1225
1233
 
1226
1234
  <small>Rumai::IXP::Agent</small>
@@ -1228,7 +1236,7 @@
1228
1236
  </li>
1229
1237
 
1230
1238
 
1231
- <li class="r1 ">
1239
+ <li class="r2 ">
1232
1240
  <a href="Rumai/IXP/Struct/Field/CounterField.html#to_9p-instance_method" title="Rumai::IXP::Struct::Field::CounterField#to_9p (method)">#to_9p</a>
1233
1241
 
1234
1242
  <small>Rumai::IXP::Struct::Field::CounterField</small>
@@ -1236,7 +1244,7 @@
1236
1244
  </li>
1237
1245
 
1238
1246
 
1239
- <li class="r2 ">
1247
+ <li class="r1 ">
1240
1248
  <a href="Rumai/IXP/Struct/Field/CounteeField.html#to_9p-instance_method" title="Rumai::IXP::Struct::Field::CounteeField#to_9p (method)">#to_9p</a>
1241
1249
 
1242
1250
  <small>Rumai::IXP::Struct::Field::CounteeField</small>
@@ -1244,7 +1252,7 @@
1244
1252
  </li>
1245
1253
 
1246
1254
 
1247
- <li class="r1 ">
1255
+ <li class="r2 ">
1248
1256
  <a href="Integer.html#to_9p-instance_method" title="Integer#to_9p (method)">#to_9p</a>
1249
1257
 
1250
1258
  <small>Integer</small>
@@ -1252,7 +1260,7 @@
1252
1260
  </li>
1253
1261
 
1254
1262
 
1255
- <li class="r2 ">
1263
+ <li class="r1 ">
1256
1264
  <a href="Rumai/IXP/Struct/Field.html#to_9p-instance_method" title="Rumai::IXP::Struct::Field#to_9p (method)">#to_9p</a>
1257
1265
 
1258
1266
  <small>Rumai::IXP::Struct::Field</small>
@@ -1260,7 +1268,7 @@
1260
1268
  </li>
1261
1269
 
1262
1270
 
1263
- <li class="r1 ">
1271
+ <li class="r2 ">
1264
1272
  <a href="Rumai/IXP/Fcall.html#to_9p-instance_method" title="Rumai::IXP::Fcall#to_9p (method)">#to_9p</a>
1265
1273
 
1266
1274
  <small>Rumai::IXP::Fcall</small>
@@ -1268,7 +1276,7 @@
1268
1276
  </li>
1269
1277
 
1270
1278
 
1271
- <li class="r2 ">
1279
+ <li class="r1 ">
1272
1280
  <a href="Rumai/IXP/Terror.html#to_9p-instance_method" title="Rumai::IXP::Terror#to_9p (method)">#to_9p</a>
1273
1281
 
1274
1282
  <small>Rumai::IXP::Terror</small>
@@ -1276,7 +1284,7 @@
1276
1284
  </li>
1277
1285
 
1278
1286
 
1279
- <li class="r1 ">
1287
+ <li class="r2 ">
1280
1288
  <a href="Rumai/IXP/Struct.html#to_9p-instance_method" title="Rumai::IXP::Struct#to_9p (method)">#to_9p</a>
1281
1289
 
1282
1290
  <small>Rumai::IXP::Struct</small>
@@ -1284,7 +1292,7 @@
1284
1292
  </li>
1285
1293
 
1286
1294
 
1287
- <li class="r2 ">
1295
+ <li class="r1 ">
1288
1296
  <a href="String.html#to_9p-instance_method" title="String#to_9p (method)">#to_9p</a>
1289
1297
 
1290
1298
  <small>String</small>
@@ -1292,7 +1300,7 @@
1292
1300
  </li>
1293
1301
 
1294
1302
 
1295
- <li class="r1 ">
1303
+ <li class="r2 ">
1296
1304
  <a href="Time.html#to_9p-instance_method" title="Time#to_9p (method)">#to_9p</a>
1297
1305
 
1298
1306
  <small>Time</small>
@@ -1300,7 +1308,7 @@
1300
1308
  </li>
1301
1309
 
1302
1310
 
1303
- <li class="r2 ">
1311
+ <li class="r1 ">
1304
1312
  <a href="Rumai/IXP/Fcall.html#type-instance_method" title="Rumai::IXP::Fcall#type (method)">#type</a>
1305
1313
 
1306
1314
  <small>Rumai::IXP::Fcall</small>
@@ -1308,7 +1316,7 @@
1308
1316
  </li>
1309
1317
 
1310
1318
 
1311
- <li class="r1 ">
1319
+ <li class="r2 ">
1312
1320
  <a href="Rumai/IXP/Fcall.html#type-class_method" title="Rumai::IXP::Fcall.type (method)">type</a>
1313
1321
 
1314
1322
  <small>Rumai::IXP::Fcall</small>
@@ -1316,7 +1324,7 @@
1316
1324
  </li>
1317
1325
 
1318
1326
 
1319
- <li class="r2 ">
1327
+ <li class="r1 ">
1320
1328
  <a href="Rumai/Client.html#unfloat-instance_method" title="Rumai::Client#unfloat (method)">#unfloat</a>
1321
1329
 
1322
1330
  <small>Rumai::Client</small>
@@ -1324,7 +1332,7 @@
1324
1332
  </li>
1325
1333
 
1326
1334
 
1327
- <li class="r1 ">
1335
+ <li class="r2 ">
1328
1336
  <a href="Rumai/Client.html#unfullscreen-instance_method" title="Rumai::Client#unfullscreen (method)">#unfullscreen</a>
1329
1337
 
1330
1338
  <small>Rumai::Client</small>
@@ -1332,7 +1340,7 @@
1332
1340
  </li>
1333
1341
 
1334
1342
 
1335
- <li class="r2 ">
1343
+ <li class="r1 ">
1336
1344
  <a href="Rumai/Client.html#ungroup-instance_method" title="Rumai::Client#ungroup (method)">#ungroup</a>
1337
1345
 
1338
1346
  <small>Rumai::Client</small>
@@ -1340,7 +1348,7 @@
1340
1348
  </li>
1341
1349
 
1342
1350
 
1343
- <li class="r1 ">
1351
+ <li class="r2 ">
1344
1352
  <a href="Rumai/Area.html#unshift-instance_method" title="Rumai::Area#unshift (method)">#unshift</a>
1345
1353
 
1346
1354
  <small>Rumai::Area</small>
@@ -1348,7 +1356,7 @@
1348
1356
  </li>
1349
1357
 
1350
1358
 
1351
- <li class="r2 ">
1359
+ <li class="r1 ">
1352
1360
  <a href="Rumai/Client.html#unstick-instance_method" title="Rumai::Client#unstick (method)">#unstick</a>
1353
1361
 
1354
1362
  <small>Rumai::Client</small>
@@ -1356,7 +1364,7 @@
1356
1364
  </li>
1357
1365
 
1358
1366
 
1359
- <li class="r1 ">
1367
+ <li class="r2 ">
1360
1368
  <a href="Rumai/Client.html#untag-instance_method" title="Rumai::Client#untag (method)">#untag</a>
1361
1369
 
1362
1370
  <small>Rumai::Client</small>
@@ -1364,7 +1372,7 @@
1364
1372
  </li>
1365
1373
 
1366
1374
 
1367
- <li class="r2 ">
1375
+ <li class="r1 ">
1368
1376
  <a href="Rumai/IXP/Struct/ClassField.html#value_from_9p-instance_method" title="Rumai::IXP::Struct::ClassField#value_from_9p (method)">#value_from_9p</a>
1369
1377
 
1370
1378
  <small>Rumai::IXP::Struct::ClassField</small>
@@ -1372,7 +1380,7 @@
1372
1380
  </li>
1373
1381
 
1374
1382
 
1375
- <li class="r1 ">
1383
+ <li class="r2 ">
1376
1384
  <a href="Rumai/IXP/Struct/Integer8Field.html#value_from_9p-instance_method" title="Rumai::IXP::Struct::Integer8Field#value_from_9p (method)">#value_from_9p</a>
1377
1385
 
1378
1386
  <small>Rumai::IXP::Struct::Integer8Field</small>
@@ -1380,7 +1388,7 @@
1380
1388
  </li>
1381
1389
 
1382
1390
 
1383
- <li class="r2 ">
1391
+ <li class="r1 ">
1384
1392
  <a href="Rumai/IXP/Struct/ClassField.html#value_to_9p-instance_method" title="Rumai::IXP::Struct::ClassField#value_to_9p (method)">#value_to_9p</a>
1385
1393
 
1386
1394
  <small>Rumai::IXP::Struct::ClassField</small>
@@ -1388,7 +1396,7 @@
1388
1396
  </li>
1389
1397
 
1390
1398
 
1391
- <li class="r1 ">
1399
+ <li class="r2 ">
1392
1400
  <a href="Rumai/IXP/Struct/Integer8Field.html#value_to_9p-instance_method" title="Rumai::IXP::Struct::Integer8Field#value_to_9p (method)">#value_to_9p</a>
1393
1401
 
1394
1402
  <small>Rumai::IXP::Struct::Integer8Field</small>
@@ -1396,7 +1404,7 @@
1396
1404
  </li>
1397
1405
 
1398
1406
 
1399
- <li class="r2 ">
1407
+ <li class="r1 ">
1400
1408
  <a href="Rumai/IXP/Struct/StringField.html#value_to_9p-instance_method" title="Rumai::IXP::Struct::StringField#value_to_9p (method)">#value_to_9p</a>
1401
1409
 
1402
1410
  <small>Rumai::IXP::Struct::StringField</small>
@@ -1404,7 +1412,7 @@
1404
1412
  </li>
1405
1413
 
1406
1414
 
1407
- <li class="r1 ">
1415
+ <li class="r2 ">
1408
1416
  <a href="Rumai/Area.html#view-instance_method" title="Rumai::Area#view (method)">#view</a>
1409
1417
 
1410
1418
  <small>Rumai::Area</small>
@@ -1412,7 +1420,7 @@
1412
1420
  </li>
1413
1421
 
1414
1422
 
1415
- <li class="r2 ">
1423
+ <li class="r1 ">
1416
1424
  <a href="Rumai.html#views-instance_method" title="Rumai#views (method)">#views</a>
1417
1425
 
1418
1426
  <small>Rumai</small>
@@ -1420,7 +1428,7 @@
1420
1428
  </li>
1421
1429
 
1422
1430
 
1423
- <li class="r1 ">
1431
+ <li class="r2 ">
1424
1432
  <a href="Rumai/Client.html#views-instance_method" title="Rumai::Client#views (method)">#views</a>
1425
1433
 
1426
1434
  <small>Rumai::Client</small>
@@ -1428,7 +1436,7 @@
1428
1436
  </li>
1429
1437
 
1430
1438
 
1431
- <li class="r2 ">
1439
+ <li class="r1 ">
1432
1440
  <a href="Rumai/IXP/Agent.html#walk-instance_method" title="Rumai::IXP::Agent#walk (method)">#walk</a>
1433
1441
 
1434
1442
  <small>Rumai::IXP::Agent</small>
@@ -1436,7 +1444,7 @@
1436
1444
  </li>
1437
1445
 
1438
1446
 
1439
- <li class="r1 ">
1447
+ <li class="r2 ">
1440
1448
  <a href="Rumai/IXP/Agent.html#walk_fid-instance_method" title="Rumai::IXP::Agent#walk_fid (method)">#walk_fid</a>
1441
1449
 
1442
1450
  <small>Rumai::IXP::Agent</small>
@@ -1444,7 +1452,7 @@
1444
1452
  </li>
1445
1453
 
1446
1454
 
1447
- <li class="r2 ">
1455
+ <li class="r1 ">
1448
1456
  <a href="Rumai/Client.html#with_tags-instance_method" title="Rumai::Client#with_tags (method)">#with_tags</a>
1449
1457
 
1450
1458
  <small>Rumai::Client</small>
@@ -1452,7 +1460,7 @@
1452
1460
  </li>
1453
1461
 
1454
1462
 
1455
- <li class="r1 ">
1463
+ <li class="r2 ">
1456
1464
  <a href="Rumai/IXP/Agent.html#write-instance_method" title="Rumai::IXP::Agent#write (method)">#write</a>
1457
1465
 
1458
1466
  <small>Rumai::IXP::Agent</small>
@@ -1460,7 +1468,7 @@
1460
1468
  </li>
1461
1469
 
1462
1470
 
1463
- <li class="r2 ">
1471
+ <li class="r1 ">
1464
1472
  <a href="Rumai/IXP/Agent/FidStream.html#write-instance_method" title="Rumai::IXP::Agent::FidStream#write (method)">#write</a>
1465
1473
 
1466
1474
  <small>Rumai::IXP::Agent::FidStream</small>
@@ -1468,7 +1476,7 @@
1468
1476
  </li>
1469
1477
 
1470
1478
 
1471
- <li class="r1 ">
1479
+ <li class="r2 ">
1472
1480
  <a href="Rumai/Node.html#write-instance_method" title="Rumai::Node#write (method)">#write</a>
1473
1481
 
1474
1482
  <small>Rumai::Node</small>