erbook 9.2.0 → 9.2.1

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.
@@ -78,7 +78,7 @@ sandboxing for isolated template rendering.
78
78
 
79
79
  <li><a href="#M000042">render</a>,</li>
80
80
 
81
- <li><a href="#M000045">render_with</a></li>
81
+ <li><a href="#M000044">render_with</a></li>
82
82
 
83
83
  </ul>
84
84
  </dd>
@@ -255,9 +255,9 @@ If no context is given, then the sandbox of this template is used.
255
255
  </div>
256
256
 
257
257
  <div class="method">
258
- <div class="title" id="M000045">
258
+ <div class="title" id="M000044">
259
259
 
260
- <a name="M000045"></a><b>render_with</b>(inst_vars = {})
260
+ <a name="M000044"></a><b>render_with</b>(inst_vars = {})
261
261
 
262
262
  </div>
263
263
 
@@ -275,12 +275,12 @@ given instance variables, whose names must be prefixed with
275
275
 
276
276
  <div class="sourcecode">
277
277
  <p class="source-link">
278
- Source: <a href="javascript:toggleSource('M000045_source')" id="l_M000045_source">show</a>
278
+ Source: <a href="javascript:toggleSource('M000044_source')" id="l_M000044_source">show</a>
279
279
 
280
280
  | <a href="http://github.com/sunaku/erbook/blob/2b6f0dba66f674e479ef2cdeb7530389bf2af169/lib/erbook/template.rb#L72" target="_blank" class="github_url">on GitHub</a>
281
281
 
282
282
  </p>
283
- <div id="M000045_source" class="dyn-source">
283
+ <div id="M000044_source" class="dyn-source">
284
284
  <pre><span class="ruby-comment cmt"># File lib/erbook/template.rb, line 72</span>
285
285
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">render_with</span> <span class="ruby-identifier">inst_vars</span> = {}
286
286
  <span class="ruby-identifier">old_sandbox</span> = <span class="ruby-ivar">@sandbox</span>
@@ -56,7 +56,7 @@ Environment for template evaluation.
56
56
  <dd>
57
57
  <ul>
58
58
 
59
- <li><a href="#M000046">__block_content__</a></li>
59
+ <li><a href="#M000045">__block_content__</a></li>
60
60
 
61
61
  </ul>
62
62
  </dd>
@@ -78,9 +78,9 @@ Environment for template evaluation.
78
78
  <div class="sectiontitle">Instance Public methods</div>
79
79
 
80
80
  <div class="method">
81
- <div class="title" id="M000046">
81
+ <div class="title" id="M000045">
82
82
 
83
- <a name="M000046"></a><b>__block_content__</b>(*block_args)
83
+ <a name="M000045"></a><b>__block_content__</b>(*block_args)
84
84
 
85
85
  </div>
86
86
 
@@ -98,12 +98,12 @@ returns the result of invoking the given block inside an array.
98
98
 
99
99
  <div class="sourcecode">
100
100
  <p class="source-link">
101
- Source: <a href="javascript:toggleSource('M000046_source')" id="l_M000046_source">show</a>
101
+ Source: <a href="javascript:toggleSource('M000045_source')" id="l_M000045_source">show</a>
102
102
 
103
103
  | <a href="http://github.com/sunaku/erbook/blob/2b6f0dba66f674e479ef2cdeb7530389bf2af169/lib/erbook/template.rb#L100" target="_blank" class="github_url">on GitHub</a>
104
104
 
105
105
  </p>
106
- <div id="M000046_source" class="dyn-source">
106
+ <div id="M000045_source" class="dyn-source">
107
107
  <pre><span class="ruby-comment cmt"># File lib/erbook/template.rb, line 100</span>
108
108
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">__block_content__</span> <span class="ruby-operator">*</span><span class="ruby-identifier">block_args</span>
109
109
  <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-value str">'block must be given'</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">block_given?</span>
@@ -49,7 +49,7 @@
49
49
  <dd>
50
50
  <ul>
51
51
 
52
- <li><a href="#M000060">comment_html</a></li>
52
+ <li><a href="#M000074">comment_html</a></li>
53
53
 
54
54
  </ul>
55
55
  </dd>
@@ -58,7 +58,7 @@
58
58
  <dd>
59
59
  <ul>
60
60
 
61
- <li><a href="#M000059">decl</a></li>
61
+ <li><a href="#M000073">decl</a></li>
62
62
 
63
63
  </ul>
64
64
  </dd>
@@ -67,7 +67,7 @@
67
67
  <dd>
68
68
  <ul>
69
69
 
70
- <li><a href="#M000058">full_name</a></li>
70
+ <li><a href="#M000072">full_name</a></li>
71
71
 
72
72
  </ul>
73
73
  </dd>
@@ -76,7 +76,7 @@
76
76
  <dd>
77
77
  <ul>
78
78
 
79
- <li><a href="#M000061">top_level</a></li>
79
+ <li><a href="#M000075">top_level</a></li>
80
80
 
81
81
  </ul>
82
82
  </dd>
@@ -98,9 +98,9 @@
98
98
  <div class="sectiontitle">Instance Public methods</div>
99
99
 
100
100
  <div class="method">
101
- <div class="title" id="M000060">
101
+ <div class="title" id="M000074">
102
102
 
103
- <a name="M000060"></a><b>comment_html</b>()
103
+ <a name="M000074"></a><b>comment_html</b>()
104
104
 
105
105
  </div>
106
106
 
@@ -116,12 +116,12 @@ Returns a HTML version of this method&#8217;s comment.
116
116
 
117
117
  <div class="sourcecode">
118
118
  <p class="source-link">
119
- Source: <a href="javascript:toggleSource('M000060_source')" id="l_M000060_source">show</a>
119
+ Source: <a href="javascript:toggleSource('M000074_source')" id="l_M000074_source">show</a>
120
120
 
121
121
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L116" target="_blank" class="github_url">on GitHub</a>
122
122
 
123
123
  </p>
124
- <div id="M000060_source" class="dyn-source">
124
+ <div id="M000074_source" class="dyn-source">
125
125
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 116</span>
126
126
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">comment_html</span>
127
127
  <span class="ruby-constant">DummyMarkup</span>.<span class="ruby-identifier">new</span>.<span class="ruby-identifier">markup</span> <span class="ruby-identifier">comment</span>
@@ -132,9 +132,9 @@ Returns a HTML version of this method&#8217;s comment.
132
132
  </div>
133
133
 
134
134
  <div class="method">
135
- <div class="title" id="M000059">
135
+ <div class="title" id="M000073">
136
136
 
137
- <a name="M000059"></a><b>decl</b>()
137
+ <a name="M000073"></a><b>decl</b>()
138
138
 
139
139
  </div>
140
140
 
@@ -150,12 +150,12 @@ Returns a complete method declaration with block parameters and all.
150
150
 
151
151
  <div class="sourcecode">
152
152
  <p class="source-link">
153
- Source: <a href="javascript:toggleSource('M000059_source')" id="l_M000059_source">show</a>
153
+ Source: <a href="javascript:toggleSource('M000073_source')" id="l_M000073_source">show</a>
154
154
 
155
155
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L102" target="_blank" class="github_url">on GitHub</a>
156
156
 
157
157
  </p>
158
- <div id="M000059_source" class="dyn-source">
158
+ <div id="M000073_source" class="dyn-source">
159
159
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 102</span>
160
160
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">decl</span>
161
161
  <span class="ruby-identifier">a</span> = <span class="ruby-identifier">params</span>.<span class="ruby-identifier">dup</span>
@@ -173,9 +173,9 @@ Returns a complete method declaration with block parameters and all.
173
173
  </div>
174
174
 
175
175
  <div class="method">
176
- <div class="title" id="M000058">
176
+ <div class="title" id="M000072">
177
177
 
178
- <a name="M000058"></a><b>full_name</b>()
178
+ <a name="M000072"></a><b>full_name</b>()
179
179
 
180
180
  </div>
181
181
 
@@ -191,12 +191,12 @@ Returns the fully qualified name of this method.
191
191
 
192
192
  <div class="sourcecode">
193
193
  <p class="source-link">
194
- Source: <a href="javascript:toggleSource('M000058_source')" id="l_M000058_source">show</a>
194
+ Source: <a href="javascript:toggleSource('M000072_source')" id="l_M000072_source">show</a>
195
195
 
196
196
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L95" target="_blank" class="github_url">on GitHub</a>
197
197
 
198
198
  </p>
199
- <div id="M000058_source" class="dyn-source">
199
+ <div id="M000072_source" class="dyn-source">
200
200
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 95</span>
201
201
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">full_name</span>
202
202
  [<span class="ruby-identifier">parent</span>.<span class="ruby-identifier">full_name</span>, <span class="ruby-identifier">name</span>].<span class="ruby-identifier">join</span>(<span class="ruby-identifier">singleton</span> <span class="ruby-value">? </span><span class="ruby-value str">'::'</span> <span class="ruby-operator">:</span> <span class="ruby-value str">'#'</span>)
@@ -207,9 +207,9 @@ Returns the fully qualified name of this method.
207
207
  </div>
208
208
 
209
209
  <div class="method">
210
- <div class="title" id="M000061">
210
+ <div class="title" id="M000075">
211
211
 
212
- <a name="M000061"></a><b>top_level</b>()
212
+ <a name="M000075"></a><b>top_level</b>()
213
213
 
214
214
  </div>
215
215
 
@@ -226,12 +226,12 @@ contains this method.
226
226
 
227
227
  <div class="sourcecode">
228
228
  <p class="source-link">
229
- Source: <a href="javascript:toggleSource('M000061_source')" id="l_M000061_source">show</a>
229
+ Source: <a href="javascript:toggleSource('M000075_source')" id="l_M000075_source">show</a>
230
230
 
231
231
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L123" target="_blank" class="github_url">on GitHub</a>
232
232
 
233
233
  </p>
234
- <div id="M000061_source" class="dyn-source">
234
+ <div id="M000075_source" class="dyn-source">
235
235
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 123</span>
236
236
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">top_level</span>
237
237
  <span class="ruby-identifier">n</span> = <span class="ruby-identifier">parent</span>
@@ -49,11 +49,11 @@
49
49
  <dd>
50
50
  <ul>
51
51
 
52
- <li><a href="#M000052">all_classes</a>,</li>
52
+ <li><a href="#M000066">all_classes</a>,</li>
53
53
 
54
- <li><a href="#M000054">all_methods</a>,</li>
54
+ <li><a href="#M000068">all_methods</a>,</li>
55
55
 
56
- <li><a href="#M000053">all_modules</a></li>
56
+ <li><a href="#M000067">all_modules</a></li>
57
57
 
58
58
  </ul>
59
59
  </dd>
@@ -62,9 +62,9 @@
62
62
  <dd>
63
63
  <ul>
64
64
 
65
- <li><a href="#M000056">parse</a>,</li>
65
+ <li><a href="#M000070">parse</a>,</li>
66
66
 
67
- <li><a href="#M000057">parse_file</a></li>
67
+ <li><a href="#M000071">parse_file</a></li>
68
68
 
69
69
  </ul>
70
70
  </dd>
@@ -73,7 +73,7 @@
73
73
  <dd>
74
74
  <ul>
75
75
 
76
- <li><a href="#M000055">refresh_all_classes_and_modules</a></li>
76
+ <li><a href="#M000069">refresh_all_classes_and_modules</a></li>
77
77
 
78
78
  </ul>
79
79
  </dd>
@@ -95,9 +95,9 @@
95
95
  <div class="sectiontitle">Class Public methods</div>
96
96
 
97
97
  <div class="method">
98
- <div class="title" id="M000052">
98
+ <div class="title" id="M000066">
99
99
 
100
- <a name="M000052"></a><b>all_classes</b>()
100
+ <a name="M000066"></a><b>all_classes</b>()
101
101
 
102
102
  </div>
103
103
 
@@ -113,12 +113,12 @@ Returns an array of all classes recorded thus far.
113
113
 
114
114
  <div class="sourcecode">
115
115
  <p class="source-link">
116
- Source: <a href="javascript:toggleSource('M000052_source')" id="l_M000052_source">show</a>
116
+ Source: <a href="javascript:toggleSource('M000066_source')" id="l_M000066_source">show</a>
117
117
 
118
118
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L16" target="_blank" class="github_url">on GitHub</a>
119
119
 
120
120
  </p>
121
- <div id="M000052_source" class="dyn-source">
121
+ <div id="M000066_source" class="dyn-source">
122
122
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 16</span>
123
123
  <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">all_classes</span>
124
124
  <span class="ruby-ivar">@all_classes</span>.<span class="ruby-identifier">values</span>
@@ -129,9 +129,9 @@ Returns an array of all classes recorded thus far.
129
129
  </div>
130
130
 
131
131
  <div class="method">
132
- <div class="title" id="M000054">
132
+ <div class="title" id="M000068">
133
133
 
134
- <a name="M000054"></a><b>all_methods</b>()
134
+ <a name="M000068"></a><b>all_methods</b>()
135
135
 
136
136
  </div>
137
137
 
@@ -148,12 +148,12 @@ representing all methods recorded thus far.
148
148
 
149
149
  <div class="sourcecode">
150
150
  <p class="source-link">
151
- Source: <a href="javascript:toggleSource('M000054_source')" id="l_M000054_source">show</a>
151
+ Source: <a href="javascript:toggleSource('M000068_source')" id="l_M000068_source">show</a>
152
152
 
153
153
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L31" target="_blank" class="github_url">on GitHub</a>
154
154
 
155
155
  </p>
156
- <div id="M000054_source" class="dyn-source">
156
+ <div id="M000068_source" class="dyn-source">
157
157
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 31</span>
158
158
  <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">all_methods</span>
159
159
  <span class="ruby-identifier">all_classes_and_modules</span>.<span class="ruby-identifier">map</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">method_list</span> }.<span class="ruby-identifier">flatten</span>
@@ -164,9 +164,9 @@ representing all methods recorded thus far.
164
164
  </div>
165
165
 
166
166
  <div class="method">
167
- <div class="title" id="M000053">
167
+ <div class="title" id="M000067">
168
168
 
169
- <a name="M000053"></a><b>all_modules</b>()
169
+ <a name="M000067"></a><b>all_modules</b>()
170
170
 
171
171
  </div>
172
172
 
@@ -182,12 +182,12 @@ Returns an array of all modules recorded thus far.
182
182
 
183
183
  <div class="sourcecode">
184
184
  <p class="source-link">
185
- Source: <a href="javascript:toggleSource('M000053_source')" id="l_M000053_source">show</a>
185
+ Source: <a href="javascript:toggleSource('M000067_source')" id="l_M000067_source">show</a>
186
186
 
187
187
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L23" target="_blank" class="github_url">on GitHub</a>
188
188
 
189
189
  </p>
190
- <div id="M000053_source" class="dyn-source">
190
+ <div id="M000067_source" class="dyn-source">
191
191
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 23</span>
192
192
  <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">all_modules</span>
193
193
  <span class="ruby-ivar">@all_modules</span>.<span class="ruby-identifier">values</span>
@@ -198,9 +198,9 @@ Returns an array of all modules recorded thus far.
198
198
  </div>
199
199
 
200
200
  <div class="method">
201
- <div class="title" id="M000056">
201
+ <div class="title" id="M000070">
202
202
 
203
- <a name="M000056"></a><b>parse</b>(code_string, file_name = __FILE__)
203
+ <a name="M000070"></a><b>parse</b>(code_string, file_name = __FILE__)
204
204
 
205
205
  </div>
206
206
 
@@ -226,12 +226,12 @@ string! :-(
226
226
 
227
227
  <div class="sourcecode">
228
228
  <p class="source-link">
229
- Source: <a href="javascript:toggleSource('M000056_source')" id="l_M000056_source">show</a>
229
+ Source: <a href="javascript:toggleSource('M000070_source')" id="l_M000070_source">show</a>
230
230
 
231
231
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L65" target="_blank" class="github_url">on GitHub</a>
232
232
 
233
233
  </p>
234
- <div id="M000056_source" class="dyn-source">
234
+ <div id="M000070_source" class="dyn-source">
235
235
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 65</span>
236
236
  <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">parse</span> <span class="ruby-identifier">code_string</span>, <span class="ruby-identifier">file_name</span> = <span class="ruby-keyword kw">__FILE__</span>
237
237
  <span class="ruby-identifier">tl</span> = <span class="ruby-constant">TopLevel</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">file_name</span>)
@@ -250,9 +250,9 @@ string! :-(
250
250
  </div>
251
251
 
252
252
  <div class="method">
253
- <div class="title" id="M000057">
253
+ <div class="title" id="M000071">
254
254
 
255
- <a name="M000057"></a><b>parse_file</b>(file_name)
255
+ <a name="M000071"></a><b>parse_file</b>(file_name)
256
256
 
257
257
  </div>
258
258
 
@@ -277,12 +277,12 @@ extension. Otherwise, <a href="../RDoc.html">RDoc</a> will ignore the file!
277
277
 
278
278
  <div class="sourcecode">
279
279
  <p class="source-link">
280
- Source: <a href="javascript:toggleSource('M000057_source')" id="l_M000057_source">show</a>
280
+ Source: <a href="javascript:toggleSource('M000071_source')" id="l_M000071_source">show</a>
281
281
 
282
282
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L86" target="_blank" class="github_url">on GitHub</a>
283
283
 
284
284
  </p>
285
- <div id="M000057_source" class="dyn-source">
285
+ <div id="M000071_source" class="dyn-source">
286
286
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 86</span>
287
287
  <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">parse_file</span> <span class="ruby-identifier">file_name</span>
288
288
  <span class="ruby-identifier">parse</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-identifier">file_name</span>), <span class="ruby-identifier">file_name</span>
@@ -293,9 +293,9 @@ extension. Otherwise, <a href="../RDoc.html">RDoc</a> will ignore the file!
293
293
  </div>
294
294
 
295
295
  <div class="method">
296
- <div class="title" id="M000055">
296
+ <div class="title" id="M000069">
297
297
 
298
- <a name="M000055"></a><b>refresh_all_classes_and_modules</b>()
298
+ <a name="M000069"></a><b>refresh_all_classes_and_modules</b>()
299
299
 
300
300
  </div>
301
301
 
@@ -312,12 +312,12 @@ Update the return value of the all_classes_and_modules() method to
312
312
 
313
313
  <div class="sourcecode">
314
314
  <p class="source-link">
315
- Source: <a href="javascript:toggleSource('M000055_source')" id="l_M000055_source">show</a>
315
+ Source: <a href="javascript:toggleSource('M000069_source')" id="l_M000069_source">show</a>
316
316
 
317
317
  | <a href="http://github.com/sunaku/erbook/blob/ef112a9767fa7e4c9b5f535ec992d1a1fd52a4ea/lib/erbook/rdoc.rb#L39" target="_blank" class="github_url">on GitHub</a>
318
318
 
319
319
  </p>
320
- <div id="M000055_source" class="dyn-source">
320
+ <div id="M000069_source" class="dyn-source">
321
321
  <pre><span class="ruby-comment cmt"># File lib/erbook/rdoc.rb, line 39</span>
322
322
  <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">refresh_all_classes_and_modules</span>
323
323
  <span class="ruby-identifier">visit</span> = <span class="ruby-identifier">lambda</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">node</span><span class="ruby-operator">|</span>
@@ -49,7 +49,7 @@
49
49
  <dd>
50
50
  <ul>
51
51
 
52
- <li><a href="#M000044">to_xhtml</a></li>
52
+ <li><a href="#M000046">to_xhtml</a></li>
53
53
 
54
54
  </ul>
55
55
  </dd>
@@ -110,9 +110,9 @@ throughout the text-to-XHTML conversion process.
110
110
  <div class="sectiontitle">Instance Public methods</div>
111
111
 
112
112
  <div class="method">
113
- <div class="title" id="M000044">
113
+ <div class="title" id="M000046">
114
114
 
115
- <a name="M000044"></a><b>to_xhtml</b>()
115
+ <a name="M000046"></a><b>to_xhtml</b>()
116
116
 
117
117
  </div>
118
118
 
@@ -128,12 +128,12 @@ Transforms this string into XHTML.
128
128
 
129
129
  <div class="sourcecode">
130
130
  <p class="source-link">
131
- Source: <a href="javascript:toggleSource('M000044_source')" id="l_M000044_source">show</a>
131
+ Source: <a href="javascript:toggleSource('M000046_source')" id="l_M000046_source">show</a>
132
132
 
133
133
  | <a href="http://github.com/sunaku/erbook/blob/92a9a20e1562bb8af42f7bd244de9c3d82420960/lib/erbook/to_xhtml.rb#L49" target="_blank" class="github_url">on GitHub</a>
134
134
 
135
135
  </p>
136
- <div id="M000044_source" class="dyn-source">
136
+ <div id="M000046_source" class="dyn-source">
137
137
  <pre><span class="ruby-comment cmt"># File lib/erbook/to_xhtml.rb, line 49</span>
138
138
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_xhtml</span>
139
139
  <span class="ruby-identifier">with_protected_tags</span>(<span class="ruby-keyword kw">self</span>, <span class="ruby-constant">VERBATIM_TAGS</span>, <span class="ruby-keyword kw">true</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">text</span><span class="ruby-operator">|</span>
@@ -1 +1 @@
1
- Sat, 07 Nov 2009 00:02:12 -0800
1
+ Wed, 18 Nov 2009 21:44:49 -0800
@@ -19,7 +19,7 @@
19
19
  </h1>
20
20
  <ul class="files">
21
21
  <li>lib/erbook/document.rb</li>
22
- <li>Last modified: 2009-11-01 22:25:40 -0800</li>
22
+ <li>Last modified: 2009-11-18 21:38:16 -0800</li>
23
23
  </ul>
24
24
  </div>
25
25
 
@@ -37,6 +37,8 @@
37
37
 
38
38
  <li>digest/sha1</li>
39
39
 
40
+ <li>ostruct</li>
41
+
40
42
  <li>enumerator</li>
41
43
 
42
44
  </ul>