wee 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. data/TODO +31 -0
  2. data/benchmark.rb +37 -0
  3. data/demo.ru +11 -0
  4. data/doc/rdoc/classes/Array.html +22 -26
  5. data/doc/rdoc/classes/Hash.html +22 -26
  6. data/doc/rdoc/classes/Object.html +21 -26
  7. data/doc/rdoc/classes/String.html +19 -87
  8. data/doc/rdoc/classes/Struct.html +22 -26
  9. data/doc/rdoc/classes/Wee.html +75 -206
  10. data/doc/rdoc/classes/Wee/AnswerDecoration.html +35 -66
  11. data/doc/rdoc/classes/Wee/AnswerDecoration/Answer.html +28 -46
  12. data/doc/rdoc/classes/Wee/Application.html +63 -114
  13. data/doc/rdoc/classes/Wee/Application/SessionCache.html +30 -44
  14. data/doc/rdoc/classes/Wee/Brush.html +52 -101
  15. data/doc/rdoc/classes/Wee/Brush/ActionInputTag.html +29 -51
  16. data/doc/rdoc/classes/Wee/Brush/AnchorTag.html +44 -101
  17. data/doc/rdoc/classes/Wee/Brush/CheckboxTag.html +43 -76
  18. data/doc/rdoc/classes/Wee/Brush/FileUploadTag.html +29 -46
  19. data/doc/rdoc/classes/Wee/Brush/FormTag.html +48 -110
  20. data/doc/rdoc/classes/Wee/Brush/GenericEncodedTextBrush.html +30 -42
  21. data/doc/rdoc/classes/Wee/Brush/GenericSingleTagBrush.html +37 -58
  22. data/doc/rdoc/classes/Wee/Brush/GenericTagBrush.html +93 -210
  23. data/doc/rdoc/classes/Wee/Brush/GenericTextBrush.html +38 -63
  24. data/doc/rdoc/classes/Wee/Brush/HiddenInputTag.html +29 -45
  25. data/doc/rdoc/classes/Wee/Brush/ImageButtonTag.html +35 -52
  26. data/doc/rdoc/classes/Wee/Brush/ImageTag.html +28 -61
  27. data/doc/rdoc/classes/Wee/Brush/InputTag.html +34 -107
  28. data/doc/rdoc/classes/Wee/Brush/JavascriptTag.html +28 -54
  29. data/doc/rdoc/classes/Wee/Brush/Page.html +39 -73
  30. data/doc/rdoc/classes/Wee/Brush/PasswordInputTag.html +29 -45
  31. data/doc/rdoc/classes/Wee/Brush/RadioButtonTag.html +54 -98
  32. data/doc/rdoc/classes/Wee/Brush/RadioGroup.html +46 -84
  33. data/doc/rdoc/classes/Wee/Brush/SelectListTag.html +87 -187
  34. data/doc/rdoc/classes/Wee/Brush/SelectOptionTag.html +29 -56
  35. data/doc/rdoc/classes/Wee/Brush/SubmitButtonTag.html +29 -45
  36. data/doc/rdoc/classes/Wee/Brush/TableDataTag.html +28 -55
  37. data/doc/rdoc/classes/Wee/Brush/TableHeaderTag.html +28 -55
  38. data/doc/rdoc/classes/Wee/Brush/TableRowTag.html +56 -113
  39. data/doc/rdoc/classes/Wee/Brush/TableTag.html +27 -58
  40. data/doc/rdoc/classes/Wee/Brush/TextAreaTag.html +48 -140
  41. data/doc/rdoc/classes/Wee/Brush/TextInputTag.html +29 -45
  42. data/doc/rdoc/classes/Wee/CallAnswerMixin.html +51 -79
  43. data/doc/rdoc/classes/Wee/CallbackMixin.html +44 -77
  44. data/doc/rdoc/classes/Wee/CallbackRegistry.html +69 -125
  45. data/doc/rdoc/classes/Wee/Callbacks.html +43 -82
  46. data/doc/rdoc/classes/Wee/Component.html +142 -292
  47. data/doc/rdoc/classes/Wee/Decoration.html +85 -141
  48. data/doc/rdoc/classes/Wee/DecorationMixin.html +111 -118
  49. data/doc/rdoc/classes/Wee/Delegate.html +72 -115
  50. data/doc/rdoc/classes/Wee/DupReplaceSnapshotMixin.html +37 -54
  51. data/doc/rdoc/classes/Wee/ErrorResponse.html +31 -48
  52. data/doc/rdoc/classes/Wee/FormDecoration.html +32 -46
  53. data/doc/rdoc/classes/Wee/GenericResponse.html +30 -50
  54. data/doc/rdoc/classes/Wee/HtmlCanvas.html +209 -562
  55. data/doc/rdoc/classes/Wee/HtmlDocument.html +51 -91
  56. data/doc/rdoc/classes/Wee/HtmlWriter.html +76 -156
  57. data/doc/rdoc/classes/Wee/IdGenerator.html +28 -44
  58. data/doc/rdoc/classes/Wee/IdGenerator/Secure.html +53 -95
  59. data/doc/rdoc/classes/Wee/IdGenerator/Sequential.html +37 -63
  60. data/doc/rdoc/classes/Wee/JQuery.html +36 -64
  61. data/doc/rdoc/classes/Wee/LRUCache.html +94 -189
  62. data/doc/rdoc/classes/Wee/LRUCache/Item.html +30 -42
  63. data/doc/rdoc/classes/Wee/ObjectSnapshotMixin.html +37 -54
  64. data/doc/rdoc/classes/Wee/PageDecoration.html +48 -79
  65. data/doc/rdoc/classes/Wee/Presenter.html +86 -143
  66. data/doc/rdoc/classes/Wee/RedirectResponse.html +31 -49
  67. data/doc/rdoc/classes/Wee/RefreshResponse.html +34 -48
  68. data/doc/rdoc/classes/Wee/Renderer.html +56 -125
  69. data/doc/rdoc/classes/Wee/Request.html +57 -115
  70. data/doc/rdoc/classes/Wee/Response.html +24 -26
  71. data/doc/rdoc/classes/Wee/Session.html +137 -292
  72. data/doc/rdoc/classes/Wee/Session/AbortCallbackProcessing.html +29 -46
  73. data/doc/rdoc/classes/Wee/Session/MutexSerializer.html +29 -42
  74. data/doc/rdoc/classes/Wee/Session/Page.html +22 -21
  75. data/doc/rdoc/classes/Wee/Session/ThreadSerializer.html +36 -60
  76. data/doc/rdoc/classes/Wee/State.html +57 -105
  77. data/doc/rdoc/classes/Wee/State/Snapshot.html +22 -21
  78. data/doc/rdoc/classes/Wee/State/SnapshotIVars.html +22 -21
  79. data/doc/rdoc/classes/Wee/StructSnapshotMixin.html +37 -54
  80. data/doc/rdoc/classes/Wee/WrapperDecoration.html +42 -68
  81. data/doc/rdoc/created.rid +1 -1
  82. data/doc/rdoc/files/README_rdoc.html +26 -17
  83. data/doc/rdoc/files/lib/wee/application_rb.html +25 -19
  84. data/doc/rdoc/files/lib/wee/call_answer_rb.html +23 -12
  85. data/doc/rdoc/files/lib/wee/callback_rb.html +23 -12
  86. data/doc/rdoc/files/lib/wee/component_rb.html +25 -19
  87. data/doc/rdoc/files/lib/wee/decoration_rb.html +23 -15
  88. data/doc/rdoc/files/lib/wee/html_brushes_rb.html +23 -12
  89. data/doc/rdoc/files/lib/wee/html_canvas_rb.html +23 -15
  90. data/doc/rdoc/files/lib/wee/html_document_rb.html +23 -15
  91. data/doc/rdoc/files/lib/wee/html_writer_rb.html +23 -15
  92. data/doc/rdoc/files/lib/wee/id_generator_rb.html +24 -17
  93. data/doc/rdoc/files/lib/wee/jquery/jquery_rb.html +23 -12
  94. data/doc/rdoc/files/lib/wee/jquery_rb.html +23 -15
  95. data/doc/rdoc/files/lib/wee/lru_cache_rb.html +23 -12
  96. data/doc/rdoc/files/lib/wee/presenter_rb.html +23 -12
  97. data/doc/rdoc/files/lib/wee/renderer_rb.html +23 -12
  98. data/doc/rdoc/files/lib/wee/request_rb.html +23 -15
  99. data/doc/rdoc/files/lib/wee/response_rb.html +24 -17
  100. data/doc/rdoc/files/lib/wee/session_rb.html +26 -21
  101. data/doc/rdoc/files/lib/wee/state_rb.html +23 -12
  102. data/doc/rdoc/files/lib/wee_rb.html +37 -47
  103. data/doc/rdoc/fr_class_index.html +12 -86
  104. data/doc/rdoc/fr_file_index.html +12 -30
  105. data/doc/rdoc/fr_method_index.html +242 -473
  106. data/doc/rdoc/index.html +8 -5
  107. data/doc/rdoc/rdoc-style.css +119 -210
  108. data/examples/ObjectSpaceBrowser.rb +4 -4
  109. data/examples/TODO +21 -0
  110. data/examples/ajax.rb +6 -4
  111. data/examples/blog.rb +42 -0
  112. data/examples/demo.rb +5 -3
  113. data/examples/demo/calculator.rb +3 -3
  114. data/examples/demo/calendar.rb +4 -4
  115. data/examples/demo/counter.rb +2 -2
  116. data/examples/demo/editable_counter.rb +2 -2
  117. data/examples/demo/example.rb +25 -16
  118. data/examples/demo/window.rb +10 -3
  119. data/examples/hw2.rb +17 -0
  120. data/examples/recipe/description.rb +170 -0
  121. data/examples/recipe/migrations/001_create_recipes.rb +13 -0
  122. data/examples/recipe/model.rb +27 -0
  123. data/examples/recipe/models/recipe.rb +18 -0
  124. data/examples/recipe/recipe_editor.rb +28 -0
  125. data/lib/wee.rb +1 -7
  126. data/lib/wee/component.rb +37 -74
  127. data/lib/wee/decoration.rb +16 -15
  128. data/lib/wee/html_brushes.rb +16 -17
  129. data/lib/wee/presenter.rb +2 -1
  130. data/lib/wee/response.rb +4 -4
  131. data/lib/wee/session.rb +2 -2
  132. data/lib/wee/state.rb +2 -2
  133. data/test/t.rb +67 -0
  134. data/wee.gemspec +1 -1
  135. metadata +157 -167
@@ -1,9 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>Class: Wee::Brush::TableHeaderTag [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>Class: Wee::Brush::TableHeaderTag</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
12
  <script type="text/javascript">
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,6 +45,7 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="classHeader">
46
50
  <table class="header-table">
47
51
  <tr class="top-aligned-row">
@@ -51,70 +55,59 @@
51
55
  <tr class="top-aligned-row">
52
56
  <td><strong>In:</strong></td>
53
57
  <td>
54
-
55
-
56
58
  <a href="../../../files/lib/wee/html_brushes_rb.html">
57
-
58
59
  lib/wee/html_brushes.rb
59
-
60
60
  </a>
61
-
62
-
63
61
  <br />
64
-
65
62
  </td>
66
63
  </tr>
67
64
 
68
-
69
65
  <tr class="top-aligned-row">
70
66
  <td><strong>Parent:</strong></td>
71
67
  <td>
72
-
73
68
  Brush::GenericTagBrush
74
-
75
69
  </td>
76
70
  </tr>
77
-
78
71
  </table>
79
72
  </div>
80
73
  <!-- banner header -->
81
74
 
82
75
  <div id="bodyContent">
83
76
 
77
+
78
+
84
79
  <div id="contextContent">
85
80
 
86
- </div>
87
81
 
88
82
 
83
+ </div>
84
+
89
85
  <div id="method-list">
90
86
  <h3 class="section-bar">Methods</h3>
91
87
 
92
88
  <div class="name-list">
93
-
94
- <a href="#M000144">new</a>&nbsp;&nbsp;
95
-
89
+ <a href="#M000127">new</a>&nbsp;&nbsp;
96
90
  </div>
97
91
  </div>
98
92
 
99
93
  </div>
100
94
 
95
+
101
96
  <!-- if includes -->
102
97
 
103
98
  <div id="section">
104
99
 
100
+
105
101
  <div id="constants-list">
106
102
  <h3 class="section-bar">Constants</h3>
107
103
 
108
104
  <div class="name-list">
109
105
  <table summary="Constants">
110
-
111
106
  <tr class="top-aligned-row context-row">
112
107
  <td class="context-item-name">HTML_TAG</td>
113
108
  <td>=</td>
114
109
  <td class="context-item-value">'th'.freeze</td>
115
-
116
110
  </tr>
117
-
118
111
  </table>
119
112
  </div>
120
113
  </div>
@@ -126,61 +119,44 @@
126
119
 
127
120
  <div class="name-list">
128
121
  <table>
129
-
130
122
  <tr class="top-aligned-row context-row">
131
123
  <td class="context-item-name">align</td>
132
-
133
124
  <td class="context-item-value">&nbsp;[HtmlAttribute]&nbsp;</td>
134
-
135
125
  <td class="context-item-desc"></td>
136
126
  </tr>
137
-
138
127
  <tr class="top-aligned-row context-row">
139
128
  <td class="context-item-name">colspan</td>
140
-
141
129
  <td class="context-item-value">&nbsp;[HtmlAttribute]&nbsp;</td>
142
-
143
130
  <td class="context-item-desc"></td>
144
131
  </tr>
145
-
146
132
  <tr class="top-aligned-row context-row">
147
133
  <td class="context-item-name">shortcuts</td>
148
-
149
134
  <td class="context-item-value">&nbsp;[HtmlAttribute]&nbsp;</td>
150
-
151
135
  <td class="context-item-desc"></td>
152
136
  </tr>
153
-
154
137
  </table>
155
138
  </div>
156
139
  </div>
140
+
157
141
 
158
142
 
159
143
  <!-- if method_list -->
160
-
161
144
  <div id="methods">
162
-
163
145
  <h3 class="section-bar">Public Class methods</h3>
164
146
 
165
-
166
- <div id="method-M000144" class="method-detail">
167
- <a name="M000144"></a>
147
+ <div id="method-M000127" class="method-detail">
148
+ <a name="M000127"></a>
168
149
 
169
150
  <div class="method-heading">
170
-
171
- <a href="#M000144" class="method-signature">
172
-
151
+ <a href="#M000127" class="method-signature">
173
152
  <span class="method-name">new</span><span class="method-args">()</span>
174
-
175
153
  </a>
176
-
177
154
  </div>
178
-
155
+
179
156
  <div class="method-description">
180
-
181
157
  <p><a class="source-toggle" href="#"
182
- onclick="toggleCode('M000144-source');return false;">[Source]</a></p>
183
- <div class="method-source-code" id="M000144-source">
158
+ onclick="toggleCode('M000127-source');return false;">[Source]</a></p>
159
+ <div class="method-source-code" id="M000127-source">
184
160
  <pre>
185
161
  <span class="ruby-comment cmt"># File lib/wee/html_brushes.rb, line 274</span>
186
162
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
@@ -188,22 +164,19 @@
188
164
  <span class="ruby-keyword kw">end</span>
189
165
  </pre>
190
166
  </div>
191
-
192
167
  </div>
193
168
  </div>
194
169
 
195
170
 
196
-
197
171
  </div>
198
172
 
199
173
 
200
-
201
-
202
174
  </div>
203
175
 
176
+
204
177
  <div id="validator-badges">
205
178
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
206
179
  </div>
207
180
 
208
181
  </body>
209
- </html>
182
+ </html>
@@ -1,9 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>Class: Wee::Brush::TableRowTag [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>Class: Wee::Brush::TableRowTag</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
12
  <script type="text/javascript">
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,6 +45,7 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="classHeader">
46
50
  <table class="header-table">
47
51
  <tr class="top-aligned-row">
@@ -51,78 +55,63 @@
51
55
  <tr class="top-aligned-row">
52
56
  <td><strong>In:</strong></td>
53
57
  <td>
54
-
55
-
56
58
  <a href="../../../files/lib/wee/html_brushes_rb.html">
57
-
58
59
  lib/wee/html_brushes.rb
59
-
60
60
  </a>
61
-
62
-
63
61
  <br />
64
-
65
62
  </td>
66
63
  </tr>
67
64
 
68
-
69
65
  <tr class="top-aligned-row">
70
66
  <td><strong>Parent:</strong></td>
71
67
  <td>
72
-
73
68
  Brush::GenericTagBrush
74
-
75
69
  </td>
76
70
  </tr>
77
-
78
71
  </table>
79
72
  </div>
80
73
  <!-- banner header -->
81
74
 
82
75
  <div id="bodyContent">
83
76
 
77
+
78
+
84
79
  <div id="contextContent">
85
80
 
86
- </div>
87
81
 
88
82
 
83
+ </div>
84
+
89
85
  <div id="method-list">
90
86
  <h3 class="section-bar">Methods</h3>
91
87
 
92
88
  <div class="name-list">
93
-
94
- <a href="#M000139">columns</a>&nbsp;&nbsp;
95
-
96
- <a href="#M000140">headings</a>&nbsp;&nbsp;
97
-
98
- <a href="#M000138">new</a>&nbsp;&nbsp;
99
-
100
- <a href="#M000142">spacer</a>&nbsp;&nbsp;
101
-
102
- <a href="#M000141">spanning_column</a>&nbsp;&nbsp;
103
-
89
+ <a href="#M000166">columns</a>&nbsp;&nbsp;
90
+ <a href="#M000167">headings</a>&nbsp;&nbsp;
91
+ <a href="#M000165">new</a>&nbsp;&nbsp;
92
+ <a href="#M000169">spacer</a>&nbsp;&nbsp;
93
+ <a href="#M000168">spanning_column</a>&nbsp;&nbsp;
104
94
  </div>
105
95
  </div>
106
96
 
107
97
  </div>
108
98
 
99
+
109
100
  <!-- if includes -->
110
101
 
111
102
  <div id="section">
112
103
 
104
+
113
105
  <div id="constants-list">
114
106
  <h3 class="section-bar">Constants</h3>
115
107
 
116
108
  <div class="name-list">
117
109
  <table summary="Constants">
118
-
119
110
  <tr class="top-aligned-row context-row">
120
111
  <td class="context-item-name">HTML_TAG</td>
121
112
  <td>=</td>
122
113
  <td class="context-item-value">'tr'.freeze</td>
123
-
124
114
  </tr>
125
-
126
115
  </table>
127
116
  </div>
128
117
  </div>
@@ -134,53 +123,39 @@
134
123
 
135
124
  <div class="name-list">
136
125
  <table>
137
-
138
126
  <tr class="top-aligned-row context-row">
139
127
  <td class="context-item-name">align</td>
140
-
141
128
  <td class="context-item-value">&nbsp;[HtmlAttribute]&nbsp;</td>
142
-
143
129
  <td class="context-item-desc"></td>
144
130
  </tr>
145
-
146
131
  <tr class="top-aligned-row context-row">
147
132
  <td class="context-item-name">shortcuts</td>
148
-
149
133
  <td class="context-item-value">&nbsp;[HtmlAttribute]&nbsp;</td>
150
-
151
134
  <td class="context-item-desc"></td>
152
135
  </tr>
153
-
154
136
  </table>
155
137
  </div>
156
138
  </div>
139
+
157
140
 
158
141
 
159
142
  <!-- if method_list -->
160
-
161
143
  <div id="methods">
162
-
163
144
  <h3 class="section-bar">Public Class methods</h3>
164
145
 
165
-
166
- <div id="method-M000138" class="method-detail">
167
- <a name="M000138"></a>
146
+ <div id="method-M000165" class="method-detail">
147
+ <a name="M000165"></a>
168
148
 
169
149
  <div class="method-heading">
170
-
171
- <a href="#M000138" class="method-signature">
172
-
150
+ <a href="#M000165" class="method-signature">
173
151
  <span class="method-name">new</span><span class="method-args">()</span>
174
-
175
152
  </a>
176
-
177
153
  </div>
178
-
154
+
179
155
  <div class="method-description">
180
-
181
156
  <p><a class="source-toggle" href="#"
182
- onclick="toggleCode('M000138-source');return false;">[Source]</a></p>
183
- <div class="method-source-code" id="M000138-source">
157
+ onclick="toggleCode('M000165-source');return false;">[Source]</a></p>
158
+ <div class="method-source-code" id="M000165-source">
184
159
  <pre>
185
160
  <span class="ruby-comment cmt"># File lib/wee/html_brushes.rb, line 210</span>
186
161
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
@@ -188,32 +163,24 @@
188
163
  <span class="ruby-keyword kw">end</span>
189
164
  </pre>
190
165
  </div>
191
-
192
166
  </div>
193
167
  </div>
194
168
 
195
-
196
169
  <h3 class="section-bar">Public Instance methods</h3>
197
170
 
198
-
199
- <div id="method-M000139" class="method-detail">
200
- <a name="M000139"></a>
171
+ <div id="method-M000166" class="method-detail">
172
+ <a name="M000166"></a>
201
173
 
202
174
  <div class="method-heading">
203
-
204
- <a href="#M000139" class="method-signature">
205
-
175
+ <a href="#M000166" class="method-signature">
206
176
  <span class="method-name">columns</span><span class="method-args">(*cols, &amp;block)</span>
207
-
208
177
  </a>
209
-
210
178
  </div>
211
-
179
+
212
180
  <div class="method-description">
213
-
214
181
  <p><a class="source-toggle" href="#"
215
- onclick="toggleCode('M000139-source');return false;">[Source]</a></p>
216
- <div class="method-source-code" id="M000139-source">
182
+ onclick="toggleCode('M000166-source');return false;">[Source]</a></p>
183
+ <div class="method-source-code" id="M000166-source">
217
184
  <pre>
218
185
  <span class="ruby-comment cmt"># File lib/wee/html_brushes.rb, line 214</span>
219
186
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">columns</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">cols</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
@@ -231,29 +198,22 @@
231
198
  <span class="ruby-keyword kw">end</span>
232
199
  </pre>
233
200
  </div>
234
-
235
201
  </div>
236
202
  </div>
237
203
 
238
-
239
- <div id="method-M000140" class="method-detail">
240
- <a name="M000140"></a>
204
+ <div id="method-M000167" class="method-detail">
205
+ <a name="M000167"></a>
241
206
 
242
207
  <div class="method-heading">
243
-
244
- <a href="#M000140" class="method-signature">
245
-
208
+ <a href="#M000167" class="method-signature">
246
209
  <span class="method-name">headings</span><span class="method-args">(*headers, &amp;block)</span>
247
-
248
210
  </a>
249
-
250
211
  </div>
251
-
212
+
252
213
  <div class="method-description">
253
-
254
214
  <p><a class="source-toggle" href="#"
255
- onclick="toggleCode('M000140-source');return false;">[Source]</a></p>
256
- <div class="method-source-code" id="M000140-source">
215
+ onclick="toggleCode('M000167-source');return false;">[Source]</a></p>
216
+ <div class="method-source-code" id="M000167-source">
257
217
  <pre>
258
218
  <span class="ruby-comment cmt"># File lib/wee/html_brushes.rb, line 228</span>
259
219
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">headings</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">headers</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
@@ -271,29 +231,22 @@
271
231
  <span class="ruby-keyword kw">end</span>
272
232
  </pre>
273
233
  </div>
274
-
275
234
  </div>
276
235
  </div>
277
236
 
278
-
279
- <div id="method-M000142" class="method-detail">
280
- <a name="M000142"></a>
237
+ <div id="method-M000169" class="method-detail">
238
+ <a name="M000169"></a>
281
239
 
282
240
  <div class="method-heading">
283
-
284
- <a href="#M000142" class="method-signature">
285
-
241
+ <a href="#M000169" class="method-signature">
286
242
  <span class="method-name">spacer</span><span class="method-args">()</span>
287
-
288
243
  </a>
289
-
290
244
  </div>
291
-
245
+
292
246
  <div class="method-description">
293
-
294
247
  <p><a class="source-toggle" href="#"
295
- onclick="toggleCode('M000142-source');return false;">[Source]</a></p>
296
- <div class="method-source-code" id="M000142-source">
248
+ onclick="toggleCode('M000169-source');return false;">[Source]</a></p>
249
+ <div class="method-source-code" id="M000169-source">
297
250
  <pre>
298
251
  <span class="ruby-comment cmt"># File lib/wee/html_brushes.rb, line 246</span>
299
252
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">spacer</span>
@@ -301,29 +254,22 @@
301
254
  <span class="ruby-keyword kw">end</span>
302
255
  </pre>
303
256
  </div>
304
-
305
257
  </div>
306
258
  </div>
307
259
 
308
-
309
- <div id="method-M000141" class="method-detail">
310
- <a name="M000141"></a>
260
+ <div id="method-M000168" class="method-detail">
261
+ <a name="M000168"></a>
311
262
 
312
263
  <div class="method-heading">
313
-
314
- <a href="#M000141" class="method-signature">
315
-
264
+ <a href="#M000168" class="method-signature">
316
265
  <span class="method-name">spanning_column</span><span class="method-args">(str, colspan)</span>
317
-
318
266
  </a>
319
-
320
267
  </div>
321
-
268
+
322
269
  <div class="method-description">
323
-
324
270
  <p><a class="source-toggle" href="#"
325
- onclick="toggleCode('M000141-source');return false;">[Source]</a></p>
326
- <div class="method-source-code" id="M000141-source">
271
+ onclick="toggleCode('M000168-source');return false;">[Source]</a></p>
272
+ <div class="method-source-code" id="M000168-source">
327
273
  <pre>
328
274
  <span class="ruby-comment cmt"># File lib/wee/html_brushes.rb, line 242</span>
329
275
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">spanning_column</span>(<span class="ruby-identifier">str</span>, <span class="ruby-identifier">colspan</span>)
@@ -331,22 +277,19 @@
331
277
  <span class="ruby-keyword kw">end</span>
332
278
  </pre>
333
279
  </div>
334
-
335
280
  </div>
336
281
  </div>
337
282
 
338
283
 
339
-
340
284
  </div>
341
285
 
342
286
 
343
-
344
-
345
287
  </div>
346
288
 
289
+
347
290
  <div id="validator-badges">
348
291
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
349
292
  </div>
350
293
 
351
294
  </body>
352
- </html>
295
+ </html>