wee 0.6.0 → 0.7.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 (74) hide show
  1. data/ChangeLog +18 -0
  2. data/doc/rdoc/classes/Enumerable.html +6 -6
  3. data/doc/rdoc/classes/Object.html +12 -12
  4. data/doc/rdoc/classes/OgScaffolder.html +53 -6
  5. data/doc/rdoc/classes/OgScaffolder/Editor.html +182 -107
  6. data/doc/rdoc/classes/String.html +12 -12
  7. data/doc/rdoc/classes/Wee/AnswerDecoration.html +9 -9
  8. data/doc/rdoc/classes/Wee/Application.html +42 -42
  9. data/doc/rdoc/classes/Wee/Brush.html +18 -18
  10. data/doc/rdoc/classes/Wee/Brush/AnchorTag.html +7 -7
  11. data/doc/rdoc/classes/Wee/Brush/FileUploadTag.html +7 -7
  12. data/doc/rdoc/classes/Wee/Brush/FormTag.html +14 -14
  13. data/doc/rdoc/classes/Wee/Brush/GenericEncodedTextBrush.html +12 -12
  14. data/doc/rdoc/classes/Wee/Brush/GenericSingleTagBrush.html +6 -6
  15. data/doc/rdoc/classes/Wee/Brush/GenericTagBrush.html +84 -84
  16. data/doc/rdoc/classes/Wee/Brush/GenericTextBrush.html +12 -12
  17. data/doc/rdoc/classes/Wee/Brush/ImageButtonTag.html +15 -15
  18. data/doc/rdoc/classes/Wee/Brush/ImageTag.html +18 -18
  19. data/doc/rdoc/classes/Wee/Brush/InputTag.html +12 -12
  20. data/doc/rdoc/classes/Wee/Brush/JavascriptTag.html +6 -6
  21. data/doc/rdoc/classes/Wee/Brush/Page.html +14 -14
  22. data/doc/rdoc/classes/Wee/Brush/SelectListTag.html +31 -23
  23. data/doc/rdoc/classes/Wee/Brush/SelectListTag/SelectListCallback.html +11 -7
  24. data/doc/rdoc/classes/Wee/Brush/SelectOptionTag.html +6 -6
  25. data/doc/rdoc/classes/Wee/Brush/SubmitButtonTag.html +7 -7
  26. data/doc/rdoc/classes/Wee/Brush/TableDataTag.html +14 -14
  27. data/doc/rdoc/classes/Wee/Brush/TableHeaderTag.html +7 -7
  28. data/doc/rdoc/classes/Wee/Brush/TableRowTag.html +36 -36
  29. data/doc/rdoc/classes/Wee/Brush/TableTag.html +6 -6
  30. data/doc/rdoc/classes/Wee/Brush/TextAreaTag.html +12 -12
  31. data/doc/rdoc/classes/Wee/Brush/TextInputTag.html +7 -7
  32. data/doc/rdoc/classes/Wee/CallbackRegistry.html +36 -36
  33. data/doc/rdoc/classes/Wee/CallbackStream.html +18 -18
  34. data/doc/rdoc/classes/Wee/Canvas.html +24 -24
  35. data/doc/rdoc/classes/Wee/Component.html +124 -124
  36. data/doc/rdoc/classes/Wee/Component/OnAnswer.html +6 -6
  37. data/doc/rdoc/classes/Wee/Decoration.html +40 -40
  38. data/doc/rdoc/classes/Wee/Delegate.html +27 -27
  39. data/doc/rdoc/classes/Wee/ErrorResponse.html +12 -12
  40. data/doc/rdoc/classes/Wee/FormDecoration.html +6 -6
  41. data/doc/rdoc/classes/Wee/GenericResponse.html +6 -6
  42. data/doc/rdoc/classes/Wee/HtmlCanvas.html +214 -214
  43. data/doc/rdoc/classes/Wee/HtmlWriter.html +40 -40
  44. data/doc/rdoc/classes/Wee/LiteralMethodCallback.html +12 -12
  45. data/doc/rdoc/classes/Wee/Md5IdGenerator.html +12 -12
  46. data/doc/rdoc/classes/Wee/MessageBox.html +12 -12
  47. data/doc/rdoc/classes/Wee/PageDecoration.html +18 -18
  48. data/doc/rdoc/classes/Wee/PagelessApplication.html +6 -6
  49. data/doc/rdoc/classes/Wee/PagelessRequest.html +12 -12
  50. data/doc/rdoc/classes/Wee/PagelessSession.html +24 -24
  51. data/doc/rdoc/classes/Wee/Presenter.html +85 -85
  52. data/doc/rdoc/classes/Wee/RedirectResponse.html +6 -6
  53. data/doc/rdoc/classes/Wee/RefreshResponse.html +6 -6
  54. data/doc/rdoc/classes/Wee/Request.html +30 -30
  55. data/doc/rdoc/classes/Wee/RequestHandler.html +31 -31
  56. data/doc/rdoc/classes/Wee/Response.html +36 -36
  57. data/doc/rdoc/classes/Wee/Session.html +104 -104
  58. data/doc/rdoc/classes/Wee/SimpleIdGenerator.html +12 -12
  59. data/doc/rdoc/classes/Wee/Snapshot.html +19 -19
  60. data/doc/rdoc/classes/Wee/Utils.html +19 -19
  61. data/doc/rdoc/classes/Wee/Utils/LRUCache.html +6 -6
  62. data/doc/rdoc/classes/Wee/ValueHolder.html +18 -18
  63. data/doc/rdoc/classes/Wee/WEBrickAdaptor.html +46 -46
  64. data/doc/rdoc/classes/Wee/WrapperDecoration.html +6 -6
  65. data/doc/rdoc/created.rid +1 -1
  66. data/doc/rdoc/files/README.html +5 -5
  67. data/doc/rdoc/files/lib/wee/core_rb.html +3 -3
  68. data/doc/rdoc/files/lib/wee/databases/og/scaffolder_rb.html +8 -1
  69. data/doc/rdoc/files/lib/wee/renderer/html/brushes_rb.html +1 -1
  70. data/doc/rdoc/fr_method_index.html +268 -264
  71. data/lib/wee.rb +1 -1
  72. data/lib/wee/databases/og/scaffolder.rb +62 -17
  73. data/lib/wee/renderer/html/brushes.rb +17 -5
  74. metadata +21 -21
@@ -88,8 +88,8 @@
88
88
  <h3 class="section-bar">Methods</h3>
89
89
 
90
90
  <div class="name-list">
91
- <a href="#M000076">restore_snapshot</a>&nbsp;&nbsp;
92
- <a href="#M000075">take_snapshot</a>&nbsp;&nbsp;
91
+ <a href="#M000080">restore_snapshot</a>&nbsp;&nbsp;
92
+ <a href="#M000079">take_snapshot</a>&nbsp;&nbsp;
93
93
  </div>
94
94
  </div>
95
95
 
@@ -111,19 +111,19 @@
111
111
  <div id="methods">
112
112
  <h3 class="section-bar">Public Instance methods</h3>
113
113
 
114
- <div id="method-M000076" class="method-detail">
115
- <a name="M000076"></a>
114
+ <div id="method-M000080" class="method-detail">
115
+ <a name="M000080"></a>
116
116
 
117
117
  <div class="method-heading">
118
- <a href="#M000076" class="method-signature">
118
+ <a href="#M000080" class="method-signature">
119
119
  <span class="method-name">restore_snapshot</span><span class="method-args">(snap)</span>
120
120
  </a>
121
121
  </div>
122
122
 
123
123
  <div class="method-description">
124
124
  <p><a class="source-toggle" href="#"
125
- onclick="toggleCode('M000076-source');return false;">[Source]</a></p>
126
- <div class="method-source-code" id="M000076-source">
125
+ onclick="toggleCode('M000080-source');return false;">[Source]</a></p>
126
+ <div class="method-source-code" id="M000080-source">
127
127
  <pre>
128
128
  <span class="ruby-comment cmt"># File lib/wee/snapshot_ext.rb, line 32</span>
129
129
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">restore_snapshot</span>(<span class="ruby-identifier">snap</span>)
@@ -134,19 +134,19 @@
134
134
  </div>
135
135
  </div>
136
136
 
137
- <div id="method-M000075" class="method-detail">
138
- <a name="M000075"></a>
137
+ <div id="method-M000079" class="method-detail">
138
+ <a name="M000079"></a>
139
139
 
140
140
  <div class="method-heading">
141
- <a href="#M000075" class="method-signature">
141
+ <a href="#M000079" class="method-signature">
142
142
  <span class="method-name">take_snapshot</span><span class="method-args">()</span>
143
143
  </a>
144
144
  </div>
145
145
 
146
146
  <div class="method-description">
147
147
  <p><a class="source-toggle" href="#"
148
- onclick="toggleCode('M000075-source');return false;">[Source]</a></p>
149
- <div class="method-source-code" id="M000075-source">
148
+ onclick="toggleCode('M000079-source');return false;">[Source]</a></p>
149
+ <div class="method-source-code" id="M000079-source">
150
150
  <pre>
151
151
  <span class="ruby-comment cmt"># File lib/wee/snapshot_ext.rb, line 28</span>
152
152
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">take_snapshot</span>
@@ -84,9 +84,9 @@
84
84
  <p>
85
85
  A <a href="AnswerDecoration.html">Wee::AnswerDecoration</a> is wrapped
86
86
  around a component that will call <a
87
- href="Component.html#M000265">Component#answer</a>. This makes it possible
87
+ href="Component.html#M000269">Component#answer</a>. This makes it possible
88
88
  to use such components without the need to call them (<a
89
- href="Component.html#M000264">Component#call</a>), e.g. as child components
89
+ href="Component.html#M000268">Component#call</a>), e.g. as child components
90
90
  of other components.
91
91
  </p>
92
92
 
@@ -99,7 +99,7 @@ of other components.
99
99
  <h3 class="section-bar">Methods</h3>
100
100
 
101
101
  <div class="name-list">
102
- <a href="#M000096">process_callbacks</a>&nbsp;&nbsp;
102
+ <a href="#M000100">process_callbacks</a>&nbsp;&nbsp;
103
103
  </div>
104
104
  </div>
105
105
 
@@ -125,7 +125,7 @@ of other components.
125
125
  <td class="context-item-desc">
126
126
  When a component answers, <tt>on_answer.call(args)</tt> will be executed
127
127
  (unless nil), where <tt>args</tt> are the arguments passed to <a
128
- href="Component.html#M000265">Component#answer</a>. Note that no snapshot
128
+ href="Component.html#M000269">Component#answer</a>. Note that no snapshot
129
129
  of on_answer is taken, so you should avoid modifying it!
130
130
 
131
131
  </td>
@@ -140,19 +140,19 @@ of on_answer is taken, so you should avoid modifying it!
140
140
  <div id="methods">
141
141
  <h3 class="section-bar">Public Instance methods</h3>
142
142
 
143
- <div id="method-M000096" class="method-detail">
144
- <a name="M000096"></a>
143
+ <div id="method-M000100" class="method-detail">
144
+ <a name="M000100"></a>
145
145
 
146
146
  <div class="method-heading">
147
- <a href="#M000096" class="method-signature">
147
+ <a href="#M000100" class="method-signature">
148
148
  <span class="method-name">process_callbacks</span><span class="method-args">(callback_stream)</span>
149
149
  </a>
150
150
  </div>
151
151
 
152
152
  <div class="method-description">
153
153
  <p><a class="source-toggle" href="#"
154
- onclick="toggleCode('M000096-source');return false;">[Source]</a></p>
155
- <div class="method-source-code" id="M000096-source">
154
+ onclick="toggleCode('M000100-source');return false;">[Source]</a></p>
155
+ <div class="method-source-code" id="M000100-source">
156
156
  <pre>
157
157
  <span class="ruby-comment cmt"># File lib/wee/core/decoration.rb, line 131</span>
158
158
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">process_callbacks</span>(<span class="ruby-identifier">callback_stream</span>)
@@ -103,13 +103,13 @@ the correct handler by examining the request.
103
103
  <h3 class="section-bar">Methods</h3>
104
104
 
105
105
  <div class="name-list">
106
- <a href="#M000218">default_request_handler</a>&nbsp;&nbsp;
107
- <a href="#M000223">garbage_collect_handlers</a>&nbsp;&nbsp;
108
- <a href="#M000221">get_property</a>&nbsp;&nbsp;
109
- <a href="#M000220">handle_request</a>&nbsp;&nbsp;
110
- <a href="#M000219">new</a>&nbsp;&nbsp;
111
- <a href="#M000224">request_handler_expired</a>&nbsp;&nbsp;
112
- <a href="#M000222">unique_request_handler_id</a>&nbsp;&nbsp;
106
+ <a href="#M000222">default_request_handler</a>&nbsp;&nbsp;
107
+ <a href="#M000227">garbage_collect_handlers</a>&nbsp;&nbsp;
108
+ <a href="#M000225">get_property</a>&nbsp;&nbsp;
109
+ <a href="#M000224">handle_request</a>&nbsp;&nbsp;
110
+ <a href="#M000223">new</a>&nbsp;&nbsp;
111
+ <a href="#M000228">request_handler_expired</a>&nbsp;&nbsp;
112
+ <a href="#M000226">unique_request_handler_id</a>&nbsp;&nbsp;
113
113
  </div>
114
114
  </div>
115
115
 
@@ -155,11 +155,11 @@ The maximum number of request handlers
155
155
  <div id="methods">
156
156
  <h3 class="section-bar">Public Class methods</h3>
157
157
 
158
- <div id="method-M000219" class="method-detail">
159
- <a name="M000219"></a>
158
+ <div id="method-M000223" class="method-detail">
159
+ <a name="M000223"></a>
160
160
 
161
161
  <div class="method-heading">
162
- <a href="#M000219" class="method-signature">
162
+ <a href="#M000223" class="method-signature">
163
163
  <span class="method-name">new</span><span class="method-args">(&amp;block)</span>
164
164
  </a>
165
165
  </div>
@@ -176,8 +176,8 @@ Creates a new application. The block is used to initialize the attributes:
176
176
  }
177
177
  </pre>
178
178
  <p><a class="source-toggle" href="#"
179
- onclick="toggleCode('M000219-source');return false;">[Source]</a></p>
180
- <div class="method-source-code" id="M000219-source">
179
+ onclick="toggleCode('M000223-source');return false;">[Source]</a></p>
180
+ <div class="method-source-code" id="M000223-source">
181
181
  <pre>
182
182
  <span class="ruby-comment cmt"># File lib/wee/application.rb, line 34</span>
183
183
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
@@ -203,11 +203,11 @@ Creates a new application. The block is used to initialize the attributes:
203
203
 
204
204
  <h3 class="section-bar">Public Instance methods</h3>
205
205
 
206
- <div id="method-M000218" class="method-detail">
207
- <a name="M000218"></a>
206
+ <div id="method-M000222" class="method-detail">
207
+ <a name="M000222"></a>
208
208
 
209
209
  <div class="method-heading">
210
- <a href="#M000218" class="method-signature">
210
+ <a href="#M000222" class="method-signature">
211
211
  <span class="method-name">default_request_handler</span><span class="method-args">(&amp;block)</span>
212
212
  </a>
213
213
  </div>
@@ -218,8 +218,8 @@ Get or set the default request handler. The default request handler is used
218
218
  if no request handler id is given in a request.
219
219
  </p>
220
220
  <p><a class="source-toggle" href="#"
221
- onclick="toggleCode('M000218-source');return false;">[Source]</a></p>
222
- <div class="method-source-code" id="M000218-source">
221
+ onclick="toggleCode('M000222-source');return false;">[Source]</a></p>
222
+ <div class="method-source-code" id="M000222-source">
223
223
  <pre>
224
224
  <span class="ruby-comment cmt"># File lib/wee/application.rb, line 18</span>
225
225
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">default_request_handler</span>(<span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
@@ -234,19 +234,19 @@ if no request handler id is given in a request.
234
234
  </div>
235
235
  </div>
236
236
 
237
- <div id="method-M000220" class="method-detail">
238
- <a name="M000220"></a>
237
+ <div id="method-M000224" class="method-detail">
238
+ <a name="M000224"></a>
239
239
 
240
240
  <div class="method-heading">
241
- <a href="#M000220" class="method-signature">
241
+ <a href="#M000224" class="method-signature">
242
242
  <span class="method-name">handle_request</span><span class="method-args">(context)</span>
243
243
  </a>
244
244
  </div>
245
245
 
246
246
  <div class="method-description">
247
247
  <p><a class="source-toggle" href="#"
248
- onclick="toggleCode('M000220-source');return false;">[Source]</a></p>
249
- <div class="method-source-code" id="M000220-source">
248
+ onclick="toggleCode('M000224-source');return false;">[Source]</a></p>
249
+ <div class="method-source-code" id="M000224-source">
250
250
  <pre>
251
251
  <span class="ruby-comment cmt"># File lib/wee/application.rb, line 51</span>
252
252
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">handle_request</span>(<span class="ruby-identifier">context</span>)
@@ -340,11 +340,11 @@ if no request handler id is given in a request.
340
340
  <div id="methods">
341
341
  <h3 class="section-bar">Public Instance methods</h3>
342
342
 
343
- <div id="method-M000221" class="method-detail">
344
- <a name="M000221"></a>
343
+ <div id="method-M000225" class="method-detail">
344
+ <a name="M000225"></a>
345
345
 
346
346
  <div class="method-heading">
347
- <a href="#M000221" class="method-signature">
347
+ <a href="#M000225" class="method-signature">
348
348
  <span class="method-name">get_property</span><span class="method-args">(prop, klass)</span>
349
349
  </a>
350
350
  </div>
@@ -354,8 +354,8 @@ if no request handler id is given in a request.
354
354
  Returns an &quot;owned&quot; property for the given <tt>klass</tt>.
355
355
  </p>
356
356
  <p><a class="source-toggle" href="#"
357
- onclick="toggleCode('M000221-source');return false;">[Source]</a></p>
358
- <div class="method-source-code" id="M000221-source">
357
+ onclick="toggleCode('M000225-source');return false;">[Source]</a></p>
358
+ <div class="method-source-code" id="M000225-source">
359
359
  <pre>
360
360
  <span class="ruby-comment cmt"># File lib/wee/application.rb, line 114</span>
361
361
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get_property</span>(<span class="ruby-identifier">prop</span>, <span class="ruby-identifier">klass</span>)
@@ -372,11 +372,11 @@ Returns an &quot;owned&quot; property for the given <tt>klass</tt>.
372
372
 
373
373
  <h3 class="section-bar">Private Instance methods</h3>
374
374
 
375
- <div id="method-M000223" class="method-detail">
376
- <a name="M000223"></a>
375
+ <div id="method-M000227" class="method-detail">
376
+ <a name="M000227"></a>
377
377
 
378
378
  <div class="method-heading">
379
- <a href="#M000223" class="method-signature">
379
+ <a href="#M000227" class="method-signature">
380
380
  <span class="method-name">garbage_collect_handlers</span><span class="method-args">()</span>
381
381
  </a>
382
382
  </div>
@@ -386,8 +386,8 @@ Returns an &quot;owned&quot; property for the given <tt>klass</tt>.
386
386
  MUST be called while holding @mutex
387
387
  </p>
388
388
  <p><a class="source-toggle" href="#"
389
- onclick="toggleCode('M000223-source');return false;">[Source]</a></p>
390
- <div class="method-source-code" id="M000223-source">
389
+ onclick="toggleCode('M000227-source');return false;">[Source]</a></p>
390
+ <div class="method-source-code" id="M000227-source">
391
391
  <pre>
392
392
  <span class="ruby-comment cmt"># File lib/wee/application.rb, line 134</span>
393
393
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">garbage_collect_handlers</span>
@@ -398,19 +398,19 @@ MUST be called while holding @mutex
398
398
  </div>
399
399
  </div>
400
400
 
401
- <div id="method-M000224" class="method-detail">
402
- <a name="M000224"></a>
401
+ <div id="method-M000228" class="method-detail">
402
+ <a name="M000228"></a>
403
403
 
404
404
  <div class="method-heading">
405
- <a href="#M000224" class="method-signature">
405
+ <a href="#M000228" class="method-signature">
406
406
  <span class="method-name">request_handler_expired</span><span class="method-args">(context)</span>
407
407
  </a>
408
408
  </div>
409
409
 
410
410
  <div class="method-description">
411
411
  <p><a class="source-toggle" href="#"
412
- onclick="toggleCode('M000224-source');return false;">[Source]</a></p>
413
- <div class="method-source-code" id="M000224-source">
412
+ onclick="toggleCode('M000228-source');return false;">[Source]</a></p>
413
+ <div class="method-source-code" id="M000228-source">
414
414
  <pre>
415
415
  <span class="ruby-comment cmt"># File lib/wee/application.rb, line 138</span>
416
416
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">request_handler_expired</span>(<span class="ruby-identifier">context</span>)
@@ -421,11 +421,11 @@ MUST be called while holding @mutex
421
421
  </div>
422
422
  </div>
423
423
 
424
- <div id="method-M000222" class="method-detail">
425
- <a name="M000222"></a>
424
+ <div id="method-M000226" class="method-detail">
425
+ <a name="M000226"></a>
426
426
 
427
427
  <div class="method-heading">
428
- <a href="#M000222" class="method-signature">
428
+ <a href="#M000226" class="method-signature">
429
429
  <span class="method-name">unique_request_handler_id</span><span class="method-args">()</span>
430
430
  </a>
431
431
  </div>
@@ -435,8 +435,8 @@ MUST be called while holding @mutex
435
435
  MUST be called while holding @mutex
436
436
  </p>
437
437
  <p><a class="source-toggle" href="#"
438
- onclick="toggleCode('M000222-source');return false;">[Source]</a></p>
439
- <div class="method-source-code" id="M000222-source">
438
+ onclick="toggleCode('M000226-source');return false;">[Source]</a></p>
439
+ <div class="method-source-code" id="M000226-source">
440
440
  <pre>
441
441
  <span class="ruby-comment cmt"># File lib/wee/application.rb, line 126</span>
442
442
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">unique_request_handler_id</span>
@@ -88,9 +88,9 @@
88
88
  <h3 class="section-bar">Methods</h3>
89
89
 
90
90
  <div class="name-list">
91
- <a href="#M000142">close</a>&nbsp;&nbsp;
92
- <a href="#M000140">new</a>&nbsp;&nbsp;
93
- <a href="#M000141">with</a>&nbsp;&nbsp;
91
+ <a href="#M000146">close</a>&nbsp;&nbsp;
92
+ <a href="#M000144">new</a>&nbsp;&nbsp;
93
+ <a href="#M000145">with</a>&nbsp;&nbsp;
94
94
  </div>
95
95
  </div>
96
96
 
@@ -156,19 +156,19 @@ Class <a href="Brush/TextInputTag.html" class="link">Wee::Brush::TextInputTag</a
156
156
  <div id="methods">
157
157
  <h3 class="section-bar">Public Class methods</h3>
158
158
 
159
- <div id="method-M000140" class="method-detail">
160
- <a name="M000140"></a>
159
+ <div id="method-M000144" class="method-detail">
160
+ <a name="M000144"></a>
161
161
 
162
162
  <div class="method-heading">
163
- <a href="#M000140" class="method-signature">
163
+ <a href="#M000144" class="method-signature">
164
164
  <span class="method-name">new</span><span class="method-args">()</span>
165
165
  </a>
166
166
  </div>
167
167
 
168
168
  <div class="method-description">
169
169
  <p><a class="source-toggle" href="#"
170
- onclick="toggleCode('M000140-source');return false;">[Source]</a></p>
171
- <div class="method-source-code" id="M000140-source">
170
+ onclick="toggleCode('M000144-source');return false;">[Source]</a></p>
171
+ <div class="method-source-code" id="M000144-source">
172
172
  <pre>
173
173
  <span class="ruby-comment cmt"># File lib/wee/renderer/html/brushes.rb, line 6</span>
174
174
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
@@ -181,19 +181,19 @@ Class <a href="Brush/TextInputTag.html" class="link">Wee::Brush::TextInputTag</a
181
181
 
182
182
  <h3 class="section-bar">Public Instance methods</h3>
183
183
 
184
- <div id="method-M000142" class="method-detail">
185
- <a name="M000142"></a>
184
+ <div id="method-M000146" class="method-detail">
185
+ <a name="M000146"></a>
186
186
 
187
187
  <div class="method-heading">
188
- <a href="#M000142" class="method-signature">
188
+ <a href="#M000146" class="method-signature">
189
189
  <span class="method-name">close</span><span class="method-args">()</span>
190
190
  </a>
191
191
  </div>
192
192
 
193
193
  <div class="method-description">
194
194
  <p><a class="source-toggle" href="#"
195
- onclick="toggleCode('M000142-source');return false;">[Source]</a></p>
196
- <div class="method-source-code" id="M000142-source">
195
+ onclick="toggleCode('M000146-source');return false;">[Source]</a></p>
196
+ <div class="method-source-code" id="M000146-source">
197
197
  <pre>
198
198
  <span class="ruby-comment cmt"># File lib/wee/renderer/html/brushes.rb, line 17</span>
199
199
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">close</span>
@@ -204,19 +204,19 @@ Class <a href="Brush/TextInputTag.html" class="link">Wee::Brush::TextInputTag</a
204
204
  </div>
205
205
  </div>
206
206
 
207
- <div id="method-M000141" class="method-detail">
208
- <a name="M000141"></a>
207
+ <div id="method-M000145" class="method-detail">
208
+ <a name="M000145"></a>
209
209
 
210
210
  <div class="method-heading">
211
- <a href="#M000141" class="method-signature">
211
+ <a href="#M000145" class="method-signature">
212
212
  <span class="method-name">with</span><span class="method-args">(*args, &amp;block)</span>
213
213
  </a>
214
214
  </div>
215
215
 
216
216
  <div class="method-description">
217
217
  <p><a class="source-toggle" href="#"
218
- onclick="toggleCode('M000141-source');return false;">[Source]</a></p>
219
- <div class="method-source-code" id="M000141-source">
218
+ onclick="toggleCode('M000145-source');return false;">[Source]</a></p>
219
+ <div class="method-source-code" id="M000145-source">
220
220
  <pre>
221
221
  <span class="ruby-comment cmt"># File lib/wee/renderer/html/brushes.rb, line 10</span>
222
222
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">with</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
@@ -86,7 +86,7 @@
86
86
  <h3 class="section-bar">Methods</h3>
87
87
 
88
88
  <div class="name-list">
89
- <a href="#M000190">new</a>&nbsp;&nbsp;
89
+ <a href="#M000194">new</a>&nbsp;&nbsp;
90
90
  </div>
91
91
  </div>
92
92
 
@@ -141,21 +141,21 @@
141
141
  <div id="methods">
142
142
  <h3 class="section-bar">Public Class methods</h3>
143
143
 
144
- <div id="method-M000190" class="method-detail">
145
- <a name="M000190"></a>
144
+ <div id="method-M000194" class="method-detail">
145
+ <a name="M000194"></a>
146
146
 
147
147
  <div class="method-heading">
148
- <a href="#M000190" class="method-signature">
148
+ <a href="#M000194" class="method-signature">
149
149
  <span class="method-name">new</span><span class="method-args">()</span>
150
150
  </a>
151
151
  </div>
152
152
 
153
153
  <div class="method-description">
154
154
  <p><a class="source-toggle" href="#"
155
- onclick="toggleCode('M000190-source');return false;">[Source]</a></p>
156
- <div class="method-source-code" id="M000190-source">
155
+ onclick="toggleCode('M000194-source');return false;">[Source]</a></p>
156
+ <div class="method-source-code" id="M000194-source">
157
157
  <pre>
158
- <span class="ruby-comment cmt"># File lib/wee/renderer/html/brushes.rb, line 453</span>
158
+ <span class="ruby-comment cmt"># File lib/wee/renderer/html/brushes.rb, line 465</span>
159
159
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
160
160
  <span class="ruby-keyword kw">super</span>(<span class="ruby-value str">'a'</span>)
161
161
  <span class="ruby-keyword kw">end</span>
@@ -86,7 +86,7 @@
86
86
  <h3 class="section-bar">Methods</h3>
87
87
 
88
88
  <div class="name-list">
89
- <a href="#M000186">new</a>&nbsp;&nbsp;
89
+ <a href="#M000190">new</a>&nbsp;&nbsp;
90
90
  </div>
91
91
  </div>
92
92
 
@@ -121,21 +121,21 @@
121
121
  <div id="methods">
122
122
  <h3 class="section-bar">Public Class methods</h3>
123
123
 
124
- <div id="method-M000186" class="method-detail">
125
- <a name="M000186"></a>
124
+ <div id="method-M000190" class="method-detail">
125
+ <a name="M000190"></a>
126
126
 
127
127
  <div class="method-heading">
128
- <a href="#M000186" class="method-signature">
128
+ <a href="#M000190" class="method-signature">
129
129
  <span class="method-name">new</span><span class="method-args">()</span>
130
130
  </a>
131
131
  </div>
132
132
 
133
133
  <div class="method-description">
134
134
  <p><a class="source-toggle" href="#"
135
- onclick="toggleCode('M000186-source');return false;">[Source]</a></p>
136
- <div class="method-source-code" id="M000186-source">
135
+ onclick="toggleCode('M000190-source');return false;">[Source]</a></p>
136
+ <div class="method-source-code" id="M000190-source">
137
137
  <pre>
138
- <span class="ruby-comment cmt"># File lib/wee/renderer/html/brushes.rb, line 376</span>
138
+ <span class="ruby-comment cmt"># File lib/wee/renderer/html/brushes.rb, line 388</span>
139
139
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
140
140
  <span class="ruby-keyword kw">super</span>
141
141
  <span class="ruby-identifier">type</span>(<span class="ruby-value str">'file'</span>)