rumai 3.0.0 → 3.1.0

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 (57) hide show
  1. data/bin/rumai +2 -2
  2. data/doc/api/apple-touch-icon.png +0 -0
  3. data/doc/api/classes/IO.html +1 -1
  4. data/doc/api/classes/Integer.html +6 -6
  5. data/doc/api/classes/Rumai.html +141 -141
  6. data/doc/api/classes/Rumai/Area.html +122 -122
  7. data/doc/api/classes/Rumai/Chain.html +18 -18
  8. data/doc/api/classes/Rumai/Client.html +420 -122
  9. data/doc/api/classes/Rumai/ClientContainer.html +22 -22
  10. data/doc/api/classes/Rumai/IXP/Agent.html +90 -90
  11. data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +41 -41
  12. data/doc/api/classes/Rumai/IXP/Agent/MODES.html +6 -6
  13. data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +18 -18
  14. data/doc/api/classes/Rumai/IXP/Fcall.html +30 -30
  15. data/doc/api/classes/Rumai/IXP/Qid.html +1 -1
  16. data/doc/api/classes/Rumai/IXP/Stat.html +7 -7
  17. data/doc/api/classes/Rumai/IXP/Stream.html +6 -6
  18. data/doc/api/classes/Rumai/IXP/Struct.html +24 -24
  19. data/doc/api/classes/Rumai/IXP/Struct/Field.html +36 -36
  20. data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +12 -12
  21. data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +6 -6
  22. data/doc/api/classes/Rumai/IXP/Terror.html +6 -6
  23. data/doc/api/classes/Rumai/Node.html +52 -52
  24. data/doc/api/classes/Rumai/View.html +132 -132
  25. data/doc/api/classes/String.html +12 -12
  26. data/doc/api/classes/StringIO.html +1 -1
  27. data/doc/api/classes/Time.html +12 -12
  28. data/doc/api/created.rid +1 -1
  29. data/doc/api/favicon.ico +0 -0
  30. data/doc/api/files/CREDITS.html +1 -1
  31. data/doc/api/files/LICENSE.html +1 -1
  32. data/doc/api/files/lib/rumai/fs_rb.html +1 -1
  33. data/doc/api/files/lib/rumai/ixp/message_rb.html +1 -1
  34. data/doc/api/files/lib/rumai/ixp/transport_rb.html +1 -1
  35. data/doc/api/files/lib/rumai/ixp_rb.html +1 -1
  36. data/doc/api/files/lib/rumai/wm_rb.html +1 -1
  37. data/doc/api/files/lib/rumai_rb.html +1 -1
  38. data/doc/api/js/searchdoc.js +38 -15
  39. data/doc/api/panel/index.html +13 -5
  40. data/doc/api/panel/search_index.js +1 -1
  41. data/doc/api/panel/tree.js +1 -1
  42. data/doc/history.erb +79 -2
  43. data/doc/index.erb +2 -2
  44. data/doc/index.html +2017 -0
  45. data/doc/intro.erb +38 -62
  46. data/doc/setup.erb +53 -2
  47. data/doc/usage.erb +36 -11
  48. data/lib/rumai.rb +4 -4
  49. data/lib/rumai/fs.rb +2 -2
  50. data/lib/rumai/ixp.rb +2 -2
  51. data/lib/rumai/ixp/message.rb +2 -2
  52. data/lib/rumai/ixp/transport.rb +2 -2
  53. data/lib/rumai/wm.rb +80 -5
  54. data/rakefile +2 -2
  55. data/test/rumai/ixp/message.rb +3 -3
  56. metadata +9 -5
  57. data/doc/index.xhtml +0 -1078
data/bin/rumai CHANGED
@@ -14,8 +14,8 @@
14
14
  #
15
15
 
16
16
  #--
17
- # Copyright 2007 Suraj N. Kurapati
18
- # See the LICENSE file for details.
17
+ # Copyright protects this work.
18
+ # See LICENSE file for details.
19
19
  #++
20
20
 
21
21
  require 'rubygems'
@@ -49,7 +49,7 @@
49
49
 
50
50
  <li>
51
51
 
52
- <a href="Rumai/IXP/Struct/Field/CounterField.html">Rumai::IXP::Struct::Field::CounterField</a>
52
+ <a href="Rumai.html">Rumai</a>
53
53
 
54
54
  START:includes
55
55
  </li>
@@ -49,7 +49,7 @@
49
49
  <dd>
50
50
  <ul>
51
51
 
52
- <li><a href="#M000169">to_9p</a></li>
52
+ <li><a href="#M000177">to_9p</a></li>
53
53
 
54
54
  </ul>
55
55
  </dd>
@@ -71,9 +71,9 @@
71
71
  <div class="sectiontitle">Instance Public methods</div>
72
72
 
73
73
  <div class="method">
74
- <div class="title" id="M000169">
74
+ <div class="title" id="M000177">
75
75
 
76
- <a name="M000169"></a><b>to_9p</b>(num_bytes)
76
+ <a name="M000177"></a><b>to_9p</b>(num_bytes)
77
77
 
78
78
  </div>
79
79
 
@@ -89,12 +89,12 @@ Transforms this object into a string of 9P2000 bytes.
89
89
 
90
90
  <div class="sourcecode">
91
91
  <p class="source-link">
92
- Source: <a href="javascript:toggleSource('M000169_source')" id="l_M000169_source">show</a>
92
+ Source: <a href="javascript:toggleSource('M000177_source')" id="l_M000177_source">show</a>
93
93
 
94
- | <a href="http://github.com/sunaku/rumai/blob/5fcf09b89976a53dd9346e335a1803b337e0c447/lib/rumai/ixp/message.rb#L672" target="_blank" class="github_url">on GitHub</a>
94
+ | <a href="http://github.com/sunaku/rumai/blob/002c49633477b80743577bdc6d2f4f8c9a1bdd46/lib/rumai/ixp/message.rb#L672" target="_blank" class="github_url">on GitHub</a>
95
95
 
96
96
  </p>
97
- <div id="M000169_source" class="dyn-source">
97
+ <div id="M000177_source" class="dyn-source">
98
98
  <pre><span class="ruby-comment cmt"># File lib/rumai/ixp/message.rb, line 672</span>
99
99
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_9p</span> <span class="ruby-identifier">num_bytes</span>
100
100
  [<span class="ruby-keyword kw">self</span>].<span class="ruby-identifier">pack</span> <span class="ruby-constant">Rumai</span><span class="ruby-operator">::</span><span class="ruby-constant">IXP</span><span class="ruby-operator">::</span><span class="ruby-constant">Stream</span><span class="ruby-operator">::</span><span class="ruby-constant">PACKING_FLAGS</span>[<span class="ruby-identifier">num_bytes</span>]
@@ -64,15 +64,15 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
64
64
  <dd>
65
65
  <ul>
66
66
 
67
- <li><a href="#M000129">client_ids</a>,</li>
67
+ <li><a href="#M000117">client_ids</a>,</li>
68
68
 
69
- <li><a href="#M000134">curr_area</a>,</li>
69
+ <li><a href="#M000121">curr_area</a>,</li>
70
70
 
71
- <li><a href="#M000131">curr_client</a>,</li>
71
+ <li><a href="#M000118">curr_client</a>,</li>
72
72
 
73
- <li><a href="#M000143">curr_tag</a>,</li>
73
+ <li><a href="#M000127">curr_tag</a>,</li>
74
74
 
75
- <li><a href="#M000139">curr_view</a></li>
75
+ <li><a href="#M000124">curr_view</a></li>
76
76
 
77
77
  </ul>
78
78
  </dd>
@@ -81,13 +81,13 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
81
81
  <dd>
82
82
  <ul>
83
83
 
84
- <li><a href="#M000150">focus_area</a>,</li>
84
+ <li><a href="#M000134">focus_area</a>,</li>
85
85
 
86
- <li><a href="#M000149">focus_client</a>,</li>
86
+ <li><a href="#M000133">focus_client</a>,</li>
87
87
 
88
- <li><a href="#M000151">focus_view</a>,</li>
88
+ <li><a href="#M000135">focus_view</a>,</li>
89
89
 
90
- <li><a href="#M000124">fs</a></li>
90
+ <li><a href="#M000112">fs</a></li>
91
91
 
92
92
  </ul>
93
93
  </dd>
@@ -96,7 +96,7 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
96
96
  <dd>
97
97
  <ul>
98
98
 
99
- <li><a href="#M000146">grouping</a></li>
99
+ <li><a href="#M000130">grouping</a></li>
100
100
 
101
101
  </ul>
102
102
  </dd>
@@ -105,13 +105,13 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
105
105
  <dd>
106
106
  <ul>
107
107
 
108
- <li><a href="#M000137">next_area</a>,</li>
108
+ <li><a href="#M000122">next_area</a>,</li>
109
109
 
110
- <li><a href="#M000132">next_client</a>,</li>
110
+ <li><a href="#M000119">next_client</a>,</li>
111
111
 
112
- <li><a href="#M000144">next_tag</a>,</li>
112
+ <li><a href="#M000128">next_tag</a>,</li>
113
113
 
114
- <li><a href="#M000140">next_view</a></li>
114
+ <li><a href="#M000125">next_view</a></li>
115
115
 
116
116
  </ul>
117
117
  </dd>
@@ -120,13 +120,13 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
120
120
  <dd>
121
121
  <ul>
122
122
 
123
- <li><a href="#M000138">prev_area</a>,</li>
123
+ <li><a href="#M000123">prev_area</a>,</li>
124
124
 
125
- <li><a href="#M000133">prev_client</a>,</li>
125
+ <li><a href="#M000120">prev_client</a>,</li>
126
126
 
127
- <li><a href="#M000145">prev_tag</a>,</li>
127
+ <li><a href="#M000129">prev_tag</a>,</li>
128
128
 
129
- <li><a href="#M000142">prev_view</a></li>
129
+ <li><a href="#M000126">prev_view</a></li>
130
130
 
131
131
  </ul>
132
132
  </dd>
@@ -135,7 +135,7 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
135
135
  <dd>
136
136
  <ul>
137
137
 
138
- <li><a href="#M000125">tags</a></li>
138
+ <li><a href="#M000113">tags</a></li>
139
139
 
140
140
  </ul>
141
141
  </dd>
@@ -144,7 +144,7 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
144
144
  <dd>
145
145
  <ul>
146
146
 
147
- <li><a href="#M000128">views</a></li>
147
+ <li><a href="#M000116">views</a></li>
148
148
 
149
149
  </ul>
150
150
  </dd>
@@ -158,7 +158,7 @@ href="http://swtch.com/plan9port/man/man9/">swtch.com/plan9port/man/man9/</a>
158
158
 
159
159
  <li>
160
160
 
161
- <a href="Rumai/IXP/Struct/Field/CounterField.html">Rumai::IXP::Struct::Field::CounterField</a>
161
+ <a href="Rumai.html">Rumai</a>
162
162
 
163
163
  START:includes
164
164
  </li>
@@ -266,9 +266,9 @@ href="Rumai/IXP.html">IXP</a> server.
266
266
  <div class="sectiontitle">Instance Public methods</div>
267
267
 
268
268
  <div class="method">
269
- <div class="title" id="M000129">
269
+ <div class="title" id="M000117">
270
270
 
271
- <a name="M000129"></a><b>client_ids</b>()
271
+ <a name="M000117"></a><b>client_ids</b>()
272
272
 
273
273
  </div>
274
274
 
@@ -284,13 +284,13 @@ Returns the IDs of the current set of clients.
284
284
 
285
285
  <div class="sourcecode">
286
286
  <p class="source-link">
287
- Source: <a href="javascript:toggleSource('M000129_source')" id="l_M000129_source">show</a>
287
+ Source: <a href="javascript:toggleSource('M000117_source')" id="l_M000117_source">show</a>
288
288
 
289
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L911" target="_blank" class="github_url">on GitHub</a>
289
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L986" target="_blank" class="github_url">on GitHub</a>
290
290
 
291
291
  </p>
292
- <div id="M000129_source" class="dyn-source">
293
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 911</span>
292
+ <div id="M000117_source" class="dyn-source">
293
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 986</span>
294
294
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">client_ids</span>
295
295
  <span class="ruby-identifier">ary</span> = <span class="ruby-constant">IXP_FS_ROOT</span>.<span class="ruby-identifier">client</span>.<span class="ruby-identifier">entries</span>
296
296
  <span class="ruby-identifier">ary</span>.<span class="ruby-identifier">delete</span> <span class="ruby-constant">FOCUSED_WIDGET_ID</span>
@@ -302,9 +302,9 @@ Returns the IDs of the current set of clients.
302
302
  </div>
303
303
 
304
304
  <div class="method">
305
- <div class="title" id="M000134">
305
+ <div class="title" id="M000121">
306
306
 
307
- <a name="M000134"></a><b>curr_area</b>()
307
+ <a name="M000121"></a><b>curr_area</b>()
308
308
 
309
309
  </div>
310
310
 
@@ -313,13 +313,13 @@ Returns the IDs of the current set of clients.
313
313
 
314
314
  <div class="sourcecode">
315
315
  <p class="source-link">
316
- Source: <a href="javascript:toggleSource('M000134_source')" id="l_M000134_source">show</a>
316
+ Source: <a href="javascript:toggleSource('M000121_source')" id="l_M000121_source">show</a>
317
317
 
318
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L921" target="_blank" class="github_url">on GitHub</a>
318
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L996" target="_blank" class="github_url">on GitHub</a>
319
319
 
320
320
  </p>
321
- <div id="M000134_source" class="dyn-source">
322
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 921</span>
321
+ <div id="M000121_source" class="dyn-source">
322
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 996</span>
323
323
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_area</span> ; <span class="ruby-constant">Area</span>.<span class="ruby-identifier">curr</span> ; <span class="ruby-keyword kw">end</span></pre>
324
324
  </div>
325
325
  </div>
@@ -327,9 +327,9 @@ Returns the IDs of the current set of clients.
327
327
  </div>
328
328
 
329
329
  <div class="method">
330
- <div class="title" id="M000131">
330
+ <div class="title" id="M000118">
331
331
 
332
- <a name="M000131"></a><b>curr_client</b>()
332
+ <a name="M000118"></a><b>curr_client</b>()
333
333
 
334
334
  </div>
335
335
 
@@ -338,13 +338,13 @@ Returns the IDs of the current set of clients.
338
338
 
339
339
  <div class="sourcecode">
340
340
  <p class="source-link">
341
- Source: <a href="javascript:toggleSource('M000131_source')" id="l_M000131_source">show</a>
341
+ Source: <a href="javascript:toggleSource('M000118_source')" id="l_M000118_source">show</a>
342
342
 
343
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L917" target="_blank" class="github_url">on GitHub</a>
343
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L992" target="_blank" class="github_url">on GitHub</a>
344
344
 
345
345
  </p>
346
- <div id="M000131_source" class="dyn-source">
347
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 917</span>
346
+ <div id="M000118_source" class="dyn-source">
347
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 992</span>
348
348
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_client</span> ; <span class="ruby-constant">Client</span>.<span class="ruby-identifier">curr</span> ; <span class="ruby-keyword kw">end</span></pre>
349
349
  </div>
350
350
  </div>
@@ -352,9 +352,9 @@ Returns the IDs of the current set of clients.
352
352
  </div>
353
353
 
354
354
  <div class="method">
355
- <div class="title" id="M000143">
355
+ <div class="title" id="M000127">
356
356
 
357
- <a name="M000143"></a><b>curr_tag</b>()
357
+ <a name="M000127"></a><b>curr_tag</b>()
358
358
 
359
359
  </div>
360
360
 
@@ -363,13 +363,13 @@ Returns the IDs of the current set of clients.
363
363
 
364
364
  <div class="sourcecode">
365
365
  <p class="source-link">
366
- Source: <a href="javascript:toggleSource('M000143_source')" id="l_M000143_source">show</a>
366
+ Source: <a href="javascript:toggleSource('M000127_source')" id="l_M000127_source">show</a>
367
367
 
368
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L929" target="_blank" class="github_url">on GitHub</a>
368
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1004" target="_blank" class="github_url">on GitHub</a>
369
369
 
370
370
  </p>
371
- <div id="M000143_source" class="dyn-source">
372
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 929</span>
371
+ <div id="M000127_source" class="dyn-source">
372
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1004</span>
373
373
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_tag</span> ; <span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">id</span> ; <span class="ruby-keyword kw">end</span></pre>
374
374
  </div>
375
375
  </div>
@@ -377,9 +377,9 @@ Returns the IDs of the current set of clients.
377
377
  </div>
378
378
 
379
379
  <div class="method">
380
- <div class="title" id="M000139">
380
+ <div class="title" id="M000124">
381
381
 
382
- <a name="M000139"></a><b>curr_view</b>()
382
+ <a name="M000124"></a><b>curr_view</b>()
383
383
 
384
384
  </div>
385
385
 
@@ -388,13 +388,13 @@ Returns the IDs of the current set of clients.
388
388
 
389
389
  <div class="sourcecode">
390
390
  <p class="source-link">
391
- Source: <a href="javascript:toggleSource('M000139_source')" id="l_M000139_source">show</a>
391
+ Source: <a href="javascript:toggleSource('M000124_source')" id="l_M000124_source">show</a>
392
392
 
393
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L925" target="_blank" class="github_url">on GitHub</a>
393
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1000" target="_blank" class="github_url">on GitHub</a>
394
394
 
395
395
  </p>
396
- <div id="M000139_source" class="dyn-source">
397
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 925</span>
396
+ <div id="M000124_source" class="dyn-source">
397
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1000</span>
398
398
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">curr_view</span> ; <span class="ruby-constant">View</span>.<span class="ruby-identifier">curr</span> ; <span class="ruby-keyword kw">end</span></pre>
399
399
  </div>
400
400
  </div>
@@ -402,9 +402,9 @@ Returns the IDs of the current set of clients.
402
402
  </div>
403
403
 
404
404
  <div class="method">
405
- <div class="title" id="M000150">
405
+ <div class="title" id="M000134">
406
406
 
407
- <a name="M000150"></a><b>focus_area</b>(id)
407
+ <a name="M000134"></a><b>focus_area</b>(id)
408
408
 
409
409
  </div>
410
410
 
@@ -413,13 +413,13 @@ Returns the IDs of the current set of clients.
413
413
 
414
414
  <div class="sourcecode">
415
415
  <p class="source-link">
416
- Source: <a href="javascript:toggleSource('M000150_source')" id="l_M000150_source">show</a>
416
+ Source: <a href="javascript:toggleSource('M000134_source')" id="l_M000134_source">show</a>
417
417
 
418
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L954" target="_blank" class="github_url">on GitHub</a>
418
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1029" target="_blank" class="github_url">on GitHub</a>
419
419
 
420
420
  </p>
421
- <div id="M000150_source" class="dyn-source">
422
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 954</span>
421
+ <div id="M000134_source" class="dyn-source">
422
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1029</span>
423
423
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">focus_area</span> <span class="ruby-identifier">id</span>
424
424
  <span class="ruby-constant">Area</span>.<span class="ruby-identifier">focus</span> <span class="ruby-identifier">id</span>
425
425
  <span class="ruby-keyword kw">end</span></pre>
@@ -429,9 +429,9 @@ Returns the IDs of the current set of clients.
429
429
  </div>
430
430
 
431
431
  <div class="method">
432
- <div class="title" id="M000149">
432
+ <div class="title" id="M000133">
433
433
 
434
- <a name="M000149"></a><b>focus_client</b>(id)
434
+ <a name="M000133"></a><b>focus_client</b>(id)
435
435
 
436
436
  </div>
437
437
 
@@ -440,13 +440,13 @@ Returns the IDs of the current set of clients.
440
440
 
441
441
  <div class="sourcecode">
442
442
  <p class="source-link">
443
- Source: <a href="javascript:toggleSource('M000149_source')" id="l_M000149_source">show</a>
443
+ Source: <a href="javascript:toggleSource('M000133_source')" id="l_M000133_source">show</a>
444
444
 
445
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L950" target="_blank" class="github_url">on GitHub</a>
445
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1025" target="_blank" class="github_url">on GitHub</a>
446
446
 
447
447
  </p>
448
- <div id="M000149_source" class="dyn-source">
449
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 950</span>
448
+ <div id="M000133_source" class="dyn-source">
449
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1025</span>
450
450
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">focus_client</span> <span class="ruby-identifier">id</span>
451
451
  <span class="ruby-constant">Client</span>.<span class="ruby-identifier">focus</span> <span class="ruby-identifier">id</span>
452
452
  <span class="ruby-keyword kw">end</span></pre>
@@ -456,9 +456,9 @@ Returns the IDs of the current set of clients.
456
456
  </div>
457
457
 
458
458
  <div class="method">
459
- <div class="title" id="M000151">
459
+ <div class="title" id="M000135">
460
460
 
461
- <a name="M000151"></a><b>focus_view</b>(id)
461
+ <a name="M000135"></a><b>focus_view</b>(id)
462
462
 
463
463
  </div>
464
464
 
@@ -467,13 +467,13 @@ Returns the IDs of the current set of clients.
467
467
 
468
468
  <div class="sourcecode">
469
469
  <p class="source-link">
470
- Source: <a href="javascript:toggleSource('M000151_source')" id="l_M000151_source">show</a>
470
+ Source: <a href="javascript:toggleSource('M000135_source')" id="l_M000135_source">show</a>
471
471
 
472
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L958" target="_blank" class="github_url">on GitHub</a>
472
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1033" target="_blank" class="github_url">on GitHub</a>
473
473
 
474
474
  </p>
475
- <div id="M000151_source" class="dyn-source">
476
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 958</span>
475
+ <div id="M000135_source" class="dyn-source">
476
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1033</span>
477
477
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">focus_view</span> <span class="ruby-identifier">id</span>
478
478
  <span class="ruby-constant">View</span>.<span class="ruby-identifier">focus</span> <span class="ruby-identifier">id</span>
479
479
  <span class="ruby-keyword kw">end</span></pre>
@@ -483,9 +483,9 @@ Returns the IDs of the current set of clients.
483
483
  </div>
484
484
 
485
485
  <div class="method">
486
- <div class="title" id="M000124">
486
+ <div class="title" id="M000112">
487
487
 
488
- <a name="M000124"></a><b>fs</b>()
488
+ <a name="M000112"></a><b>fs</b>()
489
489
 
490
490
  </div>
491
491
 
@@ -501,13 +501,13 @@ Returns the root of <a href="Rumai/IXP.html">IXP</a> file system hierarchy.
501
501
 
502
502
  <div class="sourcecode">
503
503
  <p class="source-link">
504
- Source: <a href="javascript:toggleSource('M000124_source')" id="l_M000124_source">show</a>
504
+ Source: <a href="javascript:toggleSource('M000112_source')" id="l_M000112_source">show</a>
505
505
 
506
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L886" target="_blank" class="github_url">on GitHub</a>
506
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L961" target="_blank" class="github_url">on GitHub</a>
507
507
 
508
508
  </p>
509
- <div id="M000124_source" class="dyn-source">
510
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 886</span>
509
+ <div id="M000112_source" class="dyn-source">
510
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 961</span>
511
511
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">fs</span>
512
512
  <span class="ruby-constant">IXP_FS_ROOT</span>
513
513
  <span class="ruby-keyword kw">end</span></pre>
@@ -517,9 +517,9 @@ Returns the root of <a href="Rumai/IXP.html">IXP</a> file system hierarchy.
517
517
  </div>
518
518
 
519
519
  <div class="method">
520
- <div class="title" id="M000146">
520
+ <div class="title" id="M000130">
521
521
 
522
- <a name="M000146"></a><b>grouping</b>()
522
+ <a name="M000130"></a><b>grouping</b>()
523
523
 
524
524
  </div>
525
525
 
@@ -537,13 +537,13 @@ in the list.
537
537
 
538
538
  <div class="sourcecode">
539
539
  <p class="source-link">
540
- Source: <a href="javascript:toggleSource('M000146_source')" id="l_M000146_source">show</a>
540
+ Source: <a href="javascript:toggleSource('M000130_source')" id="l_M000130_source">show</a>
541
541
 
542
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L939" target="_blank" class="github_url">on GitHub</a>
542
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1014" target="_blank" class="github_url">on GitHub</a>
543
543
 
544
544
  </p>
545
- <div id="M000146_source" class="dyn-source">
546
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 939</span>
545
+ <div id="M000130_source" class="dyn-source">
546
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1014</span>
547
547
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">grouping</span>
548
548
  <span class="ruby-identifier">list</span> = <span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">clients</span>.<span class="ruby-identifier">select</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">group?</span> }
549
549
  <span class="ruby-identifier">list</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">curr_client</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">list</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-keyword kw">and</span> <span class="ruby-identifier">curr_client</span>.<span class="ruby-identifier">exist?</span>
@@ -555,9 +555,9 @@ in the list.
555
555
  </div>
556
556
 
557
557
  <div class="method">
558
- <div class="title" id="M000137">
558
+ <div class="title" id="M000122">
559
559
 
560
- <a name="M000137"></a><b>next_area</b>()
560
+ <a name="M000122"></a><b>next_area</b>()
561
561
 
562
562
  </div>
563
563
 
@@ -566,13 +566,13 @@ in the list.
566
566
 
567
567
  <div class="sourcecode">
568
568
  <p class="source-link">
569
- Source: <a href="javascript:toggleSource('M000137_source')" id="l_M000137_source">show</a>
569
+ Source: <a href="javascript:toggleSource('M000122_source')" id="l_M000122_source">show</a>
570
570
 
571
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L922" target="_blank" class="github_url">on GitHub</a>
571
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L997" target="_blank" class="github_url">on GitHub</a>
572
572
 
573
573
  </p>
574
- <div id="M000137_source" class="dyn-source">
575
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 922</span>
574
+ <div id="M000122_source" class="dyn-source">
575
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 997</span>
576
576
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_area</span> ; <span class="ruby-identifier">curr_area</span>.<span class="ruby-identifier">next</span> ; <span class="ruby-keyword kw">end</span></pre>
577
577
  </div>
578
578
  </div>
@@ -580,9 +580,9 @@ in the list.
580
580
  </div>
581
581
 
582
582
  <div class="method">
583
- <div class="title" id="M000132">
583
+ <div class="title" id="M000119">
584
584
 
585
- <a name="M000132"></a><b>next_client</b>()
585
+ <a name="M000119"></a><b>next_client</b>()
586
586
 
587
587
  </div>
588
588
 
@@ -591,13 +591,13 @@ in the list.
591
591
 
592
592
  <div class="sourcecode">
593
593
  <p class="source-link">
594
- Source: <a href="javascript:toggleSource('M000132_source')" id="l_M000132_source">show</a>
594
+ Source: <a href="javascript:toggleSource('M000119_source')" id="l_M000119_source">show</a>
595
595
 
596
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L918" target="_blank" class="github_url">on GitHub</a>
596
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L993" target="_blank" class="github_url">on GitHub</a>
597
597
 
598
598
  </p>
599
- <div id="M000132_source" class="dyn-source">
600
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 918</span>
599
+ <div id="M000119_source" class="dyn-source">
600
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 993</span>
601
601
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_client</span> ; <span class="ruby-identifier">curr_client</span>.<span class="ruby-identifier">next</span> ; <span class="ruby-keyword kw">end</span></pre>
602
602
  </div>
603
603
  </div>
@@ -605,9 +605,9 @@ in the list.
605
605
  </div>
606
606
 
607
607
  <div class="method">
608
- <div class="title" id="M000144">
608
+ <div class="title" id="M000128">
609
609
 
610
- <a name="M000144"></a><b>next_tag</b>()
610
+ <a name="M000128"></a><b>next_tag</b>()
611
611
 
612
612
  </div>
613
613
 
@@ -616,13 +616,13 @@ in the list.
616
616
 
617
617
  <div class="sourcecode">
618
618
  <p class="source-link">
619
- Source: <a href="javascript:toggleSource('M000144_source')" id="l_M000144_source">show</a>
619
+ Source: <a href="javascript:toggleSource('M000128_source')" id="l_M000128_source">show</a>
620
620
 
621
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L930" target="_blank" class="github_url">on GitHub</a>
621
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1005" target="_blank" class="github_url">on GitHub</a>
622
622
 
623
623
  </p>
624
- <div id="M000144_source" class="dyn-source">
625
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 930</span>
624
+ <div id="M000128_source" class="dyn-source">
625
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1005</span>
626
626
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_tag</span> ; <span class="ruby-identifier">next_view</span>.<span class="ruby-identifier">id</span> ; <span class="ruby-keyword kw">end</span></pre>
627
627
  </div>
628
628
  </div>
@@ -630,9 +630,9 @@ in the list.
630
630
  </div>
631
631
 
632
632
  <div class="method">
633
- <div class="title" id="M000140">
633
+ <div class="title" id="M000125">
634
634
 
635
- <a name="M000140"></a><b>next_view</b>()
635
+ <a name="M000125"></a><b>next_view</b>()
636
636
 
637
637
  </div>
638
638
 
@@ -641,13 +641,13 @@ in the list.
641
641
 
642
642
  <div class="sourcecode">
643
643
  <p class="source-link">
644
- Source: <a href="javascript:toggleSource('M000140_source')" id="l_M000140_source">show</a>
644
+ Source: <a href="javascript:toggleSource('M000125_source')" id="l_M000125_source">show</a>
645
645
 
646
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L926" target="_blank" class="github_url">on GitHub</a>
646
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1001" target="_blank" class="github_url">on GitHub</a>
647
647
 
648
648
  </p>
649
- <div id="M000140_source" class="dyn-source">
650
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 926</span>
649
+ <div id="M000125_source" class="dyn-source">
650
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1001</span>
651
651
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">next_view</span> ; <span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">next</span> ; <span class="ruby-keyword kw">end</span></pre>
652
652
  </div>
653
653
  </div>
@@ -655,9 +655,9 @@ in the list.
655
655
  </div>
656
656
 
657
657
  <div class="method">
658
- <div class="title" id="M000138">
658
+ <div class="title" id="M000123">
659
659
 
660
- <a name="M000138"></a><b>prev_area</b>()
660
+ <a name="M000123"></a><b>prev_area</b>()
661
661
 
662
662
  </div>
663
663
 
@@ -666,13 +666,13 @@ in the list.
666
666
 
667
667
  <div class="sourcecode">
668
668
  <p class="source-link">
669
- Source: <a href="javascript:toggleSource('M000138_source')" id="l_M000138_source">show</a>
669
+ Source: <a href="javascript:toggleSource('M000123_source')" id="l_M000123_source">show</a>
670
670
 
671
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L923" target="_blank" class="github_url">on GitHub</a>
671
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L998" target="_blank" class="github_url">on GitHub</a>
672
672
 
673
673
  </p>
674
- <div id="M000138_source" class="dyn-source">
675
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 923</span>
674
+ <div id="M000123_source" class="dyn-source">
675
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 998</span>
676
676
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_area</span> ; <span class="ruby-identifier">curr_area</span>.<span class="ruby-identifier">prev</span> ; <span class="ruby-keyword kw">end</span></pre>
677
677
  </div>
678
678
  </div>
@@ -680,9 +680,9 @@ in the list.
680
680
  </div>
681
681
 
682
682
  <div class="method">
683
- <div class="title" id="M000133">
683
+ <div class="title" id="M000120">
684
684
 
685
- <a name="M000133"></a><b>prev_client</b>()
685
+ <a name="M000120"></a><b>prev_client</b>()
686
686
 
687
687
  </div>
688
688
 
@@ -691,13 +691,13 @@ in the list.
691
691
 
692
692
  <div class="sourcecode">
693
693
  <p class="source-link">
694
- Source: <a href="javascript:toggleSource('M000133_source')" id="l_M000133_source">show</a>
694
+ Source: <a href="javascript:toggleSource('M000120_source')" id="l_M000120_source">show</a>
695
695
 
696
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L919" target="_blank" class="github_url">on GitHub</a>
696
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L994" target="_blank" class="github_url">on GitHub</a>
697
697
 
698
698
  </p>
699
- <div id="M000133_source" class="dyn-source">
700
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 919</span>
699
+ <div id="M000120_source" class="dyn-source">
700
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 994</span>
701
701
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_client</span> ; <span class="ruby-identifier">curr_client</span>.<span class="ruby-identifier">prev</span> ; <span class="ruby-keyword kw">end</span></pre>
702
702
  </div>
703
703
  </div>
@@ -705,9 +705,9 @@ in the list.
705
705
  </div>
706
706
 
707
707
  <div class="method">
708
- <div class="title" id="M000145">
708
+ <div class="title" id="M000129">
709
709
 
710
- <a name="M000145"></a><b>prev_tag</b>()
710
+ <a name="M000129"></a><b>prev_tag</b>()
711
711
 
712
712
  </div>
713
713
 
@@ -716,13 +716,13 @@ in the list.
716
716
 
717
717
  <div class="sourcecode">
718
718
  <p class="source-link">
719
- Source: <a href="javascript:toggleSource('M000145_source')" id="l_M000145_source">show</a>
719
+ Source: <a href="javascript:toggleSource('M000129_source')" id="l_M000129_source">show</a>
720
720
 
721
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L931" target="_blank" class="github_url">on GitHub</a>
721
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1006" target="_blank" class="github_url">on GitHub</a>
722
722
 
723
723
  </p>
724
- <div id="M000145_source" class="dyn-source">
725
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 931</span>
724
+ <div id="M000129_source" class="dyn-source">
725
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1006</span>
726
726
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_tag</span> ; <span class="ruby-identifier">prev_view</span>.<span class="ruby-identifier">id</span> ; <span class="ruby-keyword kw">end</span></pre>
727
727
  </div>
728
728
  </div>
@@ -730,9 +730,9 @@ in the list.
730
730
  </div>
731
731
 
732
732
  <div class="method">
733
- <div class="title" id="M000142">
733
+ <div class="title" id="M000126">
734
734
 
735
- <a name="M000142"></a><b>prev_view</b>()
735
+ <a name="M000126"></a><b>prev_view</b>()
736
736
 
737
737
  </div>
738
738
 
@@ -741,13 +741,13 @@ in the list.
741
741
 
742
742
  <div class="sourcecode">
743
743
  <p class="source-link">
744
- Source: <a href="javascript:toggleSource('M000142_source')" id="l_M000142_source">show</a>
744
+ Source: <a href="javascript:toggleSource('M000126_source')" id="l_M000126_source">show</a>
745
745
 
746
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L927" target="_blank" class="github_url">on GitHub</a>
746
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L1002" target="_blank" class="github_url">on GitHub</a>
747
747
 
748
748
  </p>
749
- <div id="M000142_source" class="dyn-source">
750
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 927</span>
749
+ <div id="M000126_source" class="dyn-source">
750
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 1002</span>
751
751
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">prev_view</span> ; <span class="ruby-identifier">curr_view</span>.<span class="ruby-identifier">prev</span> ; <span class="ruby-keyword kw">end</span></pre>
752
752
  </div>
753
753
  </div>
@@ -755,9 +755,9 @@ in the list.
755
755
  </div>
756
756
 
757
757
  <div class="method">
758
- <div class="title" id="M000125">
758
+ <div class="title" id="M000113">
759
759
 
760
- <a name="M000125"></a><b>tags</b>()
760
+ <a name="M000113"></a><b>tags</b>()
761
761
 
762
762
  </div>
763
763
 
@@ -773,13 +773,13 @@ Returns the current set of tags.
773
773
 
774
774
  <div class="sourcecode">
775
775
  <p class="source-link">
776
- Source: <a href="javascript:toggleSource('M000125_source')" id="l_M000125_source">show</a>
776
+ Source: <a href="javascript:toggleSource('M000113_source')" id="l_M000113_source">show</a>
777
777
 
778
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L893" target="_blank" class="github_url">on GitHub</a>
778
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L968" target="_blank" class="github_url">on GitHub</a>
779
779
 
780
780
  </p>
781
- <div id="M000125_source" class="dyn-source">
782
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 893</span>
781
+ <div id="M000113_source" class="dyn-source">
782
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 968</span>
783
783
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tags</span>
784
784
  <span class="ruby-identifier">ary</span> = <span class="ruby-constant">IXP_FS_ROOT</span>.<span class="ruby-identifier">tag</span>.<span class="ruby-identifier">entries</span>.<span class="ruby-identifier">sort</span>
785
785
  <span class="ruby-identifier">ary</span>.<span class="ruby-identifier">delete</span> <span class="ruby-constant">FOCUSED_WIDGET_ID</span>
@@ -791,9 +791,9 @@ Returns the current set of tags.
791
791
  </div>
792
792
 
793
793
  <div class="method">
794
- <div class="title" id="M000128">
794
+ <div class="title" id="M000116">
795
795
 
796
- <a name="M000128"></a><b>views</b>()
796
+ <a name="M000116"></a><b>views</b>()
797
797
 
798
798
  </div>
799
799
 
@@ -809,13 +809,13 @@ Returns the current set of views.
809
809
 
810
810
  <div class="sourcecode">
811
811
  <p class="source-link">
812
- Source: <a href="javascript:toggleSource('M000128_source')" id="l_M000128_source">show</a>
812
+ Source: <a href="javascript:toggleSource('M000116_source')" id="l_M000116_source">show</a>
813
813
 
814
- | <a href="http://github.com/sunaku/rumai/blob/7df1e5ba1e98a3810c3730a1a28ab64c33ccc355/lib/rumai/wm.rb#L902" target="_blank" class="github_url">on GitHub</a>
814
+ | <a href="http://github.com/sunaku/rumai/blob/68157cba221ac3cbed28a6a5882b57f4db0516a9/lib/rumai/wm.rb#L977" target="_blank" class="github_url">on GitHub</a>
815
815
 
816
816
  </p>
817
- <div id="M000128_source" class="dyn-source">
818
- <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 902</span>
817
+ <div id="M000116_source" class="dyn-source">
818
+ <pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 977</span>
819
819
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">views</span>
820
820
  <span class="ruby-identifier">tags</span>.<span class="ruby-identifier">map!</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">t</span><span class="ruby-operator">|</span> <span class="ruby-constant">View</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">t</span> }
821
821
  <span class="ruby-keyword kw">end</span></pre>