erbook 6.0.1 → 6.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +2 -0
- data/bin/erbook +4 -5
- data/doc/api/ERBook/Document.html +22 -26
- data/doc/api/ERBook/Document/Node.html +5 -5
- data/doc/api/ERBook/Template.html +4 -4
- data/doc/api/RDoc/AnyMethod.html +4 -4
- data/doc/api/RDoc/DummyMarkup.html +2 -2
- data/doc/api/RDoc/DummyOptions.html +3 -3
- data/doc/api/RDoc/TopLevel.html +6 -6
- data/doc/api/String.html +4 -4
- data/doc/api/all-methods.html +29 -29
- data/doc/api/all-namespaces.html +11 -11
- data/doc/api/readme.html +3 -0
- data/doc/history.erb +283 -1
- data/doc/index.xhtml +650 -110
- data/doc/intro.erb +17 -4
- data/doc/usage.erb +8 -8
- data/fmt/xhtml.yaml +58 -31
- data/lang/de.yaml +33 -0
- data/lang/el.yaml +33 -0
- data/lang/es.yaml +33 -0
- data/lang/fr.yaml +33 -0
- data/lang/it.yaml +33 -0
- data/lang/ja.yaml +33 -0
- data/lang/ko.yaml +33 -0
- data/lang/nl.yaml +33 -0
- data/lang/phrases.yaml +32 -0
- data/lang/pt.yaml +33 -0
- data/lang/ru.yaml +33 -0
- data/lang/zh.yaml +33 -0
- data/lang/zt.yaml +33 -0
- data/lib/erbook.rb +2 -2
- data/lib/erbook/document.rb +8 -10
- metadata +16 -2
data/LICENSE
CHANGED
data/bin/erbook
CHANGED
@@ -9,8 +9,8 @@
|
|
9
9
|
#
|
10
10
|
# Usage:
|
11
11
|
#
|
12
|
-
# erbook [
|
13
|
-
# erbook [
|
12
|
+
# erbook [Options] FormatName [InputFile]
|
13
|
+
# erbook [Options] FormatFile [InputFile]
|
14
14
|
#
|
15
15
|
|
16
16
|
require 'rubygems'
|
@@ -25,13 +25,12 @@ require 'inochi'
|
|
25
25
|
ERBook::FORMAT_FILES.each do |file|
|
26
26
|
name = File.basename(file, '.yaml')
|
27
27
|
desc = YAML.load_file(file)['desc'] rescue nil
|
28
|
-
banner '%
|
28
|
+
banner '%8s: %s' % [name, desc]
|
29
29
|
end
|
30
|
-
|
31
30
|
text ''
|
32
31
|
|
33
32
|
# show list of command-line options
|
34
|
-
text '
|
33
|
+
text 'Options:'
|
35
34
|
opt :unindent, 'Unindent node content hierarchically'
|
36
35
|
end
|
37
36
|
|
@@ -116,7 +116,7 @@ All root nodes in the document.
|
|
116
116
|
|
117
117
|
|
118
118
|
<dt>
|
119
|
-
<span class='type'>[<tt><a
|
119
|
+
<span class='type'>[<tt><a title="String" href="../String.html">String</a></tt>]</span>
|
120
120
|
<span class='name'>format</span>
|
121
121
|
|
122
122
|
</dt>
|
@@ -131,7 +131,7 @@ specification file.
|
|
131
131
|
|
132
132
|
|
133
133
|
<dt>
|
134
|
-
<span class='type'>[<tt><a
|
134
|
+
<span class='type'>[<tt><a title="String" href="../String.html">String</a></tt>]</span>
|
135
135
|
<span class='name'>input_text</span>
|
136
136
|
|
137
137
|
</dt>
|
@@ -145,7 +145,7 @@ The body of the input document.
|
|
145
145
|
|
146
146
|
|
147
147
|
<dt>
|
148
|
-
<span class='type'>[<tt><a
|
148
|
+
<span class='type'>[<tt><a title="String" href="../String.html">String</a></tt>]</span>
|
149
149
|
<span class='name'>input_file</span>
|
150
150
|
|
151
151
|
</dt>
|
@@ -340,9 +340,7 @@ Additional method parameters:
|
|
340
340
|
183
|
341
341
|
184
|
342
342
|
185
|
343
|
-
186
|
344
|
-
187
|
345
|
-
188</pre>
|
343
|
+
186</pre>
|
346
344
|
</td>
|
347
345
|
<td>
|
348
346
|
<pre class="code"><span class="info file"># File 'lib/erbook/document.rb', line 35</span>
|
@@ -379,8 +377,7 @@ Additional method parameters:
|
|
379
377
|
<span class='symbol val'>:@roots</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='@roots ivar id'>@roots</span> <span class='assign token'>=</span> <span class='lbrack token'>[</span><span class='rbrack token'>]</span><span class='comma token'>,</span> <span class='comment val'># root nodes of all trees</span>
|
380
378
|
<span class='symbol val'>:@nodes</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='@nodes ivar id'>@nodes</span> <span class='assign token'>=</span> <span class='lbrack token'>[</span><span class='rbrack token'>]</span><span class='comma token'>,</span> <span class='comment val'># all nodes in the forest</span>
|
381
379
|
<span class='symbol val'>:@nodes_by_type</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='@nodes_by_type ivar id'>@nodes_by_type</span> <span class='assign token'>=</span> <span class='Hash constant id'>Hash</span><span class='dot token'>.</span><span class='new identifier id'>new</span> <span class='lbrace token'>{</span><span class='bitor op'>|</span><span class='h identifier id'>h</span><span class='comma token'>,</span><span class='k identifier id'>k</span><span class='bitor op'>|</span> <span class='h identifier id'>h</span><span class='lbrack token'>[</span><span class='k identifier id'>k</span><span class='rbrack token'>]</span> <span class='assign token'>=</span> <span class='lbrack token'>[</span><span class='rbrack token'>]</span> <span class='rbrace token'>}</span><span class='comma token'>,</span>
|
382
|
-
<span class='symbol val'>:@
|
383
|
-
<span class='symbol val'>:@index_stack</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='lbrack token'>[</span><span class='rbrack token'>]</span><span class='comma token'>,</span> <span class='comment val'># stack for nodes having index only</span>
|
380
|
+
<span class='symbol val'>:@stack</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='lbrack token'>[</span><span class='rbrack token'>]</span><span class='comma token'>,</span> <span class='comment val'># stack for all nodes</span>
|
384
381
|
<span class='rbrace token'>}</span><span class='dot token'>.</span><span class='each_pair identifier id'>each_pair</span> <span class='lbrace token'>{</span><span class='bitor op'>|</span><span class='k identifier id'>k</span><span class='comma token'>,</span><span class='v identifier id'>v</span><span class='bitor op'>|</span> <span class='template identifier id'>template</span><span class='dot token'>.</span><span class='instance_variable_set identifier id'>instance_variable_set</span><span class='lparen token'>(</span><span class='k identifier id'>k</span><span class='comma token'>,</span> <span class='v identifier id'>v</span><span class='rparen token'>)</span> <span class='rbrace token'>}</span>
|
385
382
|
|
386
383
|
<span class='class class kw'>class</span> <span class='lshft op'><<</span> <span class='template identifier id'>template</span>
|
@@ -410,7 +407,7 @@ Additional method parameters:
|
|
410
407
|
<span class='end end kw'>end</span>
|
411
408
|
|
412
409
|
<span class='comment val'># assign node family</span>
|
413
|
-
<span class='if if kw'>if</span> <span class='parent identifier id'>parent</span> <span class='assign token'>=</span> <span class='@
|
410
|
+
<span class='if if kw'>if</span> <span class='parent identifier id'>parent</span> <span class='assign token'>=</span> <span class='@stack ivar id'>@stack</span><span class='dot token'>.</span><span class='last identifier id'>last</span>
|
414
411
|
<span class='parent identifier id'>parent</span><span class='dot token'>.</span><span class='children identifier id'>children</span> <span class='lshft op'><<</span> <span class='node identifier id'>node</span>
|
415
412
|
<span class='node identifier id'>node</span><span class='dot token'>.</span><span class='parent identifier id'>parent</span> <span class='assign token'>=</span> <span class='parent identifier id'>parent</span>
|
416
413
|
<span class='node identifier id'>node</span><span class='dot token'>.</span><span class='depth identifier id'>depth</span> <span class='assign token'>=</span> <span class='parent identifier id'>parent</span><span class='dot token'>.</span><span class='depth identifier id'>depth</span>
|
@@ -418,9 +415,10 @@ Additional method parameters:
|
|
418
415
|
|
419
416
|
<span class='comment val'># calculate latex-style index number for this node</span>
|
420
417
|
<span class='if if kw'>if</span> <span class='node identifier id'>node</span><span class='dot token'>.</span><span class='defn identifier id'>defn</span><span class='lbrack token'>[</span><span class='string val'>'index'</span><span class='rbrack token'>]</span>
|
421
|
-
<span class='
|
422
|
-
<span class='branches identifier id'>branches</span> <span class='assign token'>=</span> <span class='parent identifier id'>parent</span><span class='dot token'>.</span><span class='children identifier id'>children</span><span class='dot token'>.</span><span class='select identifier id'>select</span> <span class='lbrace token'>{</span><span class='bitor op'>|</span><span class='n identifier id'>n</span><span class='bitor op'>|</span> <span class='n identifier id'>n</span><span class='dot token'>.</span><span class='index identifier id'>index</span> <span class='rbrace token'>}</span>
|
423
|
-
|
418
|
+
<span class='ancestry identifier id'>ancestry</span> <span class='assign token'>=</span> <span class='@stack ivar id'>@stack</span><span class='dot token'>.</span><span class='reverse identifier id'>reverse</span><span class='dot token'>.</span><span class='find identifier id'>find</span> <span class='lbrace token'>{</span><span class='bitor op'>|</span><span class='n identifier id'>n</span><span class='bitor op'>|</span> <span class='n identifier id'>n</span><span class='dot token'>.</span><span class='defn identifier id'>defn</span><span class='lbrack token'>[</span><span class='string val'>'index'</span><span class='rbrack token'>]</span> <span class='rbrace token'>}</span><span class='dot token'>.</span><span class='index identifier id'>index</span>
|
419
|
+
<span class='branches identifier id'>branches</span> <span class='assign token'>=</span> <span class='node identifier id'>node</span><span class='dot token'>.</span><span class='parent identifier id'>parent</span><span class='dot token'>.</span><span class='children identifier id'>children</span><span class='dot token'>.</span><span class='select identifier id'>select</span> <span class='lbrace token'>{</span><span class='bitor op'>|</span><span class='n identifier id'>n</span><span class='bitor op'>|</span> <span class='n identifier id'>n</span><span class='dot token'>.</span><span class='index identifier id'>index</span> <span class='rbrace token'>}</span>
|
420
|
+
|
421
|
+
<span class='node identifier id'>node</span><span class='dot token'>.</span><span class='index identifier id'>index</span> <span class='assign token'>=</span> <span class='lbrack token'>[</span><span class='ancestry identifier id'>ancestry</span><span class='comma token'>,</span> <span class='branches identifier id'>branches</span><span class='dot token'>.</span><span class='length identifier id'>length</span> <span class='plus op'>+</span> <span class='integer val'>1</span><span class='rbrack token'>]</span><span class='dot token'>.</span><span class='join identifier id'>join</span><span class='lparen token'>(</span><span class='string val'>'.'</span><span class='rparen token'>)</span>
|
424
422
|
<span class='end end kw'>end</span>
|
425
423
|
<span class='else else kw'>else</span>
|
426
424
|
<span class='@roots ivar id'>@roots</span> <span class='lshft op'><<</span> <span class='node identifier id'>node</span>
|
@@ -436,11 +434,9 @@ Additional method parameters:
|
|
436
434
|
|
437
435
|
<span class='comment val'># assign node content</span>
|
438
436
|
<span class='if if kw'>if</span> <span class='block_given? fid id'>block_given?</span>
|
439
|
-
<span class='@
|
440
|
-
<span class='@node_stack ivar id'>@node_stack</span><span class='dot token'>.</span><span class='push identifier id'>push</span> <span class='node identifier id'>node</span>
|
437
|
+
<span class='@stack ivar id'>@stack</span><span class='dot token'>.</span><span class='push identifier id'>push</span> <span class='node identifier id'>node</span>
|
441
438
|
<span class='content identifier id'>content</span> <span class='assign token'>=</span> <span class='content_from_block identifier id'>content_from_block</span><span class='lparen token'>(</span><span class='node identifier id'>node</span><span class='comma token'>,</span> <span class='bitand op'>&</span><span class='node_content identifier id'>node_content</span><span class='rparen token'>)</span>
|
442
|
-
<span class='@
|
443
|
-
<span class='@index_stack ivar id'>@index_stack</span><span class='dot token'>.</span><span class='pop identifier id'>pop</span> <span class='if if_mod kw'>if</span> <span class='node identifier id'>node</span><span class='dot token'>.</span><span class='defn identifier id'>defn</span><span class='lbrack token'>[</span><span class='string val'>'index'</span><span class='rbrack token'>]</span>
|
439
|
+
<span class='@stack ivar id'>@stack</span><span class='dot token'>.</span><span class='pop identifier id'>pop</span>
|
444
440
|
|
445
441
|
<span class='digest identifier id'>digest</span> <span class='assign token'>=</span> <span class='Document constant id'>Document</span><span class='dot token'>.</span><span class='digest identifier id'>digest</span><span class='lparen token'>(</span><span class='content identifier id'>content</span><span class='rparen token'>)</span>
|
446
442
|
<span class='self self kw'>self</span><span class='dot token'>.</span><span class='buffer identifier id'>buffer</span> <span class='lshft op'><<</span> <span class='digest identifier id'>digest</span>
|
@@ -516,7 +512,7 @@ Additional method parameters:
|
|
516
512
|
|
517
513
|
<tr>
|
518
514
|
<th class="signature">
|
519
|
-
<span class='name'><a
|
515
|
+
<span class='name'><a title="digest" href="#digest-class_method">digest</a></span><span class='args'>(input)</span>
|
520
516
|
<span class='block'></span>
|
521
517
|
|
522
518
|
</th>
|
@@ -538,7 +534,7 @@ String#to_xhtml.
|
|
538
534
|
|
539
535
|
<tr>
|
540
536
|
<th class="signature">
|
541
|
-
<span class='name'><a
|
537
|
+
<span class='name'><a title="#to_s" href="#to_s-instance_method">#to_s</a></span><span class='args'></span>
|
542
538
|
<span class='block'></span>
|
543
539
|
|
544
540
|
</th>
|
@@ -585,16 +581,16 @@ String#to_xhtml.
|
|
585
581
|
<pre class="lines">
|
586
582
|
|
587
583
|
|
584
|
+
213
|
585
|
+
214
|
588
586
|
215
|
589
587
|
216
|
590
588
|
217
|
591
589
|
218
|
592
|
-
219
|
593
|
-
220
|
594
|
-
221</pre>
|
590
|
+
219</pre>
|
595
591
|
</td>
|
596
592
|
<td>
|
597
|
-
<pre class="code"><span class="info file"># File 'lib/erbook/document.rb', line
|
593
|
+
<pre class="code"><span class="info file"># File 'lib/erbook/document.rb', line 213</span>
|
598
594
|
|
599
595
|
<span class='def def kw'>def</span> <span class='Document constant id'>Document</span><span class='dot token'>.</span><span class='digest identifier id'>digest</span> <span class='input identifier id'>input</span>
|
600
596
|
<span class='Digest constant id'>Digest</span><span class='colon2 op'>::</span><span class='SHA1 constant id'>SHA1</span><span class='dot token'>.</span><span class='hexdigest identifier id'>hexdigest</span><span class='lparen token'>(</span><span class='input identifier id'>input</span><span class='dot token'>.</span><span class='to_s identifier id'>to_s</span><span class='rparen token'>)</span><span class='dot token'>.</span>
|
@@ -643,13 +639,13 @@ Returns the output of this document.
|
|
643
639
|
<pre class="lines">
|
644
640
|
|
645
641
|
|
642
|
+
191
|
643
|
+
192
|
646
644
|
193
|
647
|
-
194
|
648
|
-
195
|
649
|
-
196</pre>
|
645
|
+
194</pre>
|
650
646
|
</td>
|
651
647
|
<td>
|
652
|
-
<pre class="code"><span class="info file"># File 'lib/erbook/document.rb', line
|
648
|
+
<pre class="code"><span class="info file"># File 'lib/erbook/document.rb', line 191</span>
|
653
649
|
|
654
650
|
<span class='def def kw'>def</span> <span class='to_s identifier id'>to_s</span>
|
655
651
|
<span class='Template constant id'>Template</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='lparen token'>(</span><span class='dstring node'>"#{@format_file}:output"</span><span class='comma token'>,</span> <span class='@format ivar id'>@format</span><span class='lbrack token'>[</span><span class='string val'>'output'</span><span class='rbrack token'>]</span><span class='dot token'>.</span><span class='to_s identifier id'>to_s</span><span class='rparen token'>)</span><span class='dot token'>.</span>
|
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
<tr>
|
30
30
|
<th class="signature">
|
31
|
-
<span class='name'><a
|
31
|
+
<span class='name'><a title="#to_s" href="#to_s-instance_method">#to_s</a></span><span class='args'></span>
|
32
32
|
<span class='block'></span>
|
33
33
|
|
34
34
|
</th>
|
@@ -74,12 +74,12 @@ Returns the output of this node.
|
|
74
74
|
<pre class="lines">
|
75
75
|
|
76
76
|
|
77
|
-
|
78
|
-
|
79
|
-
|
77
|
+
203
|
78
|
+
204
|
79
|
+
205</pre>
|
80
80
|
</td>
|
81
81
|
<td>
|
82
|
-
<pre class="code"><span class="info file"># File 'lib/erbook/document.rb', line
|
82
|
+
<pre class="code"><span class="info file"># File 'lib/erbook/document.rb', line 203</span>
|
83
83
|
|
84
84
|
<span class='def def kw'>def</span> <span class='to_s identifier id'>to_s</span>
|
85
85
|
<span class='output identifier id'>output</span>
|
@@ -106,7 +106,7 @@ The result of template evaluation thus far.
|
|
106
106
|
|
107
107
|
|
108
108
|
<dt>
|
109
|
-
<span class='type'>[<tt><a
|
109
|
+
<span class='type'>[<tt><a title="String" href="../String.html">String</a></tt>]</span>
|
110
110
|
<span class='name'>source</span>
|
111
111
|
|
112
112
|
</dt>
|
@@ -121,7 +121,7 @@ traces; so that the user can better determine the source of an error.
|
|
121
121
|
|
122
122
|
|
123
123
|
<dt>
|
124
|
-
<span class='type'>[<tt><a
|
124
|
+
<span class='type'>[<tt><a title="String" href="../String.html">String</a></tt>]</span>
|
125
125
|
<span class='name'>input</span>
|
126
126
|
|
127
127
|
</dt>
|
@@ -454,7 +454,7 @@ See safe_level in ERB::new().
|
|
454
454
|
|
455
455
|
<tr>
|
456
456
|
<th class="signature">
|
457
|
-
<span class='name'><a
|
457
|
+
<span class='name'><a title="#render_with" href="#render_with-instance_method">#render_with</a></span><span class='args'>(inst_vars = )</span>
|
458
458
|
<span class='block'></span>
|
459
459
|
|
460
460
|
</th>
|
@@ -549,7 +549,7 @@ given instance variables, whose names must be prefixed with
|
|
549
549
|
|
550
550
|
<tr>
|
551
551
|
<th class="signature">
|
552
|
-
<span class='name'><a
|
552
|
+
<span class='name'><a title="#content_from_block" href="#content_from_block-instance_method">#content_from_block</a></span><span class='args'>(*block_args)</span>
|
553
553
|
<span class='block'></span>
|
554
554
|
|
555
555
|
</th>
|
data/doc/api/RDoc/AnyMethod.html
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
<tr>
|
26
26
|
<th class="signature">
|
27
|
-
<span class='name'><a
|
27
|
+
<span class='name'><a title="#comment_html" href="#comment_html-instance_method">#comment_html</a></span><span class='args'></span>
|
28
28
|
<span class='block'></span>
|
29
29
|
|
30
30
|
</th>
|
@@ -39,7 +39,7 @@ Returns a HTML version of this method’s comment.
|
|
39
39
|
|
40
40
|
<tr>
|
41
41
|
<th class="signature">
|
42
|
-
<span class='name'><a
|
42
|
+
<span class='name'><a title="#decl" href="#decl-instance_method">#decl</a></span><span class='args'></span>
|
43
43
|
<span class='block'></span>
|
44
44
|
|
45
45
|
</th>
|
@@ -54,7 +54,7 @@ Returns a complete method declaration with block parameters and all.
|
|
54
54
|
|
55
55
|
<tr>
|
56
56
|
<th class="signature">
|
57
|
-
<span class='name'><a
|
57
|
+
<span class='name'><a title="#full_name" href="#full_name-instance_method">#full_name</a></span><span class='args'></span>
|
58
58
|
<span class='block'></span>
|
59
59
|
|
60
60
|
</th>
|
@@ -69,7 +69,7 @@ Returns the fully qualified name of this method.
|
|
69
69
|
|
70
70
|
<tr>
|
71
71
|
<th class="signature">
|
72
|
-
<span class='name'><a
|
72
|
+
<span class='name'><a title="#top_level" href="#top_level-instance_method">#top_level</a></span><span class='args'></span>
|
73
73
|
<span class='block'></span>
|
74
74
|
|
75
75
|
</th>
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<h1 class="title">Class: RDoc::DummyMarkup</h1>
|
17
17
|
<div class="section mixins">
|
18
18
|
<h1>Included Modules</h1>
|
19
|
-
<p>Generators::MarkUp, <a href="DummyMarkup/DummyMixin.html"
|
19
|
+
<p>Generators::MarkUp, <a title="RDoc::DummyMixin" href="DummyMarkup/DummyMixin.html">RDoc::DummyMixin</a></p>
|
20
20
|
</div><div class="section constants">
|
21
21
|
|
22
22
|
</div><div class="section methodmissing">
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<p class="note">
|
26
26
|
This class handles dynamic methods through the <tt>method_missing</tt> method
|
27
27
|
|
28
|
-
in the class <a
|
28
|
+
in the class <a title="RDoc::DummyMixin" href="DummyMixin.html">RDoc::DummyMixin</a>
|
29
29
|
|
30
30
|
</p>
|
31
31
|
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<h1 class="title">Class: RDoc::DummyOptions</h1>
|
17
17
|
<div class="section mixins">
|
18
18
|
<h1>Included Modules</h1>
|
19
|
-
<p><a href="DummyOptions/DummyMixin.html"
|
19
|
+
<p><a title="RDoc::DummyMixin" href="DummyOptions/DummyMixin.html">RDoc::DummyMixin</a></p>
|
20
20
|
</div><div class="section constants">
|
21
21
|
|
22
22
|
</div><div class="section methodmissing">
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<p class="note">
|
26
26
|
This class handles dynamic methods through the <tt>method_missing</tt> method
|
27
27
|
|
28
|
-
in the class <a
|
28
|
+
in the class <a title="RDoc::DummyMixin" href="DummyMixin.html">RDoc::DummyMixin</a>
|
29
29
|
|
30
30
|
</p>
|
31
31
|
|
@@ -74,7 +74,7 @@
|
|
74
74
|
|
75
75
|
<tr>
|
76
76
|
<th class="signature">
|
77
|
-
<span class='name'><a
|
77
|
+
<span class='name'><a title="#quiet" href="#quiet-instance_method">#quiet</a></span><span class='args'></span>
|
78
78
|
<span class='block'></span>
|
79
79
|
|
80
80
|
</th>
|
data/doc/api/RDoc/TopLevel.html
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
<tr>
|
26
26
|
<th class="signature">
|
27
|
-
<span class='name'><a
|
27
|
+
<span class='name'><a title="all_classes" href="#all_classes-class_method">all_classes</a></span><span class='args'></span>
|
28
28
|
<span class='block'></span>
|
29
29
|
|
30
30
|
</th>
|
@@ -39,7 +39,7 @@ Returns an array of all classes recorded thus far.
|
|
39
39
|
|
40
40
|
<tr>
|
41
41
|
<th class="signature">
|
42
|
-
<span class='name'><a
|
42
|
+
<span class='name'><a title="all_methods" href="#all_methods-class_method">all_methods</a></span><span class='args'></span>
|
43
43
|
<span class='block'></span>
|
44
44
|
|
45
45
|
</th>
|
@@ -55,7 +55,7 @@ recorded thus far.
|
|
55
55
|
|
56
56
|
<tr>
|
57
57
|
<th class="signature">
|
58
|
-
<span class='name'><a
|
58
|
+
<span class='name'><a title="all_modules" href="#all_modules-class_method">all_modules</a></span><span class='args'></span>
|
59
59
|
<span class='block'></span>
|
60
60
|
|
61
61
|
</th>
|
@@ -70,7 +70,7 @@ Returns an array of all modules recorded thus far.
|
|
70
70
|
|
71
71
|
<tr>
|
72
72
|
<th class="signature">
|
73
|
-
<span class='name'><a
|
73
|
+
<span class='name'><a title="parse" href="#parse-class_method">parse</a></span><span class='args'>(aCodeString, aFileName = )</span>
|
74
74
|
<span class='block'></span>
|
75
75
|
|
76
76
|
</th>
|
@@ -86,7 +86,7 @@ given code string.
|
|
86
86
|
|
87
87
|
<tr>
|
88
88
|
<th class="signature">
|
89
|
-
<span class='name'><a
|
89
|
+
<span class='name'><a title="parse_file" href="#parse_file-class_method">parse_file</a></span><span class='args'>(aFileName)</span>
|
90
90
|
<span class='block'></span>
|
91
91
|
|
92
92
|
</th>
|
@@ -102,7 +102,7 @@ in the given file.
|
|
102
102
|
|
103
103
|
<tr>
|
104
104
|
<th class="signature">
|
105
|
-
<span class='name'><a
|
105
|
+
<span class='name'><a title="refresh_all_classes_and_modules" href="#refresh_all_classes_and_modules-class_method">refresh_all_classes_and_modules</a></span><span class='args'></span>
|
106
106
|
<span class='block'></span>
|
107
107
|
|
108
108
|
</th>
|
data/doc/api/String.html
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
<tr>
|
38
38
|
<th class="signature">
|
39
|
-
<span class='name'><a
|
39
|
+
<span class='name'><a title="#thru_coderay" href="#thru_coderay-instance_method">#thru_coderay</a></span><span class='args'></span>
|
40
40
|
<span class='block'></span>
|
41
41
|
|
42
42
|
</th>
|
@@ -51,7 +51,7 @@ Adds syntax coloring to <code> elements in the given text.
|
|
51
51
|
|
52
52
|
<tr>
|
53
53
|
<th class="signature">
|
54
|
-
<span class='name'><a
|
54
|
+
<span class='name'><a title="#thru_maruku" href="#thru_maruku-instance_method">#thru_maruku</a></span><span class='args'>(inline = false)</span>
|
55
55
|
<span class='block'></span>
|
56
56
|
|
57
57
|
</th>
|
@@ -66,7 +66,7 @@ Returns the result of running this string through Maruku.
|
|
66
66
|
|
67
67
|
<tr>
|
68
68
|
<th class="signature">
|
69
|
-
<span class='name'><a
|
69
|
+
<span class='name'><a title="#to_inline_xhtml" href="#to_inline_xhtml-instance_method">#to_inline_xhtml</a></span><span class='args'></span>
|
70
70
|
<span class='block'></span>
|
71
71
|
|
72
72
|
</th>
|
@@ -82,7 +82,7 @@ not contain any block-level XHTML elements at the root).
|
|
82
82
|
|
83
83
|
<tr>
|
84
84
|
<th class="signature">
|
85
|
-
<span class='name'><a
|
85
|
+
<span class='name'><a title="#to_xhtml" href="#to_xhtml-instance_method">#to_xhtml</a></span><span class='args'>(inline = false)</span>
|
86
86
|
<span class='block'></span>
|
87
87
|
|
88
88
|
</th>
|
data/doc/api/all-methods.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
<li nowrap>
|
20
|
-
<a href="ERBook/Document.html#error-instance_method"
|
20
|
+
<a title="#error" href="ERBook/Document.html#error-instance_method">#error</a>
|
21
21
|
|
22
22
|
<em>(class Document)</em>
|
23
23
|
|
@@ -25,7 +25,7 @@
|
|
25
25
|
|
26
26
|
|
27
27
|
<li nowrap>
|
28
|
-
<a href="ERBook/Document.html#format-instance_method"
|
28
|
+
<a title="#format" href="ERBook/Document.html#format-instance_method">#format</a>
|
29
29
|
|
30
30
|
<em>(class Document)</em>
|
31
31
|
|
@@ -33,7 +33,7 @@
|
|
33
33
|
|
34
34
|
|
35
35
|
<li nowrap>
|
36
|
-
<a href="ERBook/Document.html#initialize-instance_method"
|
36
|
+
<a title="#initialize" href="ERBook/Document.html#initialize-instance_method">#initialize</a>
|
37
37
|
|
38
38
|
<em>(class Document)</em>
|
39
39
|
|
@@ -41,7 +41,7 @@
|
|
41
41
|
|
42
42
|
|
43
43
|
<li nowrap>
|
44
|
-
<a href="ERBook/Document.html#nodes-instance_method"
|
44
|
+
<a title="#nodes" href="ERBook/Document.html#nodes-instance_method">#nodes</a>
|
45
45
|
|
46
46
|
<em>(class Document)</em>
|
47
47
|
|
@@ -49,7 +49,7 @@
|
|
49
49
|
|
50
50
|
|
51
51
|
<li nowrap>
|
52
|
-
<a href="ERBook/Document.html#nodes_by_type-instance_method"
|
52
|
+
<a title="#nodes_by_type" href="ERBook/Document.html#nodes_by_type-instance_method">#nodes_by_type</a>
|
53
53
|
|
54
54
|
<em>(class Document)</em>
|
55
55
|
|
@@ -57,7 +57,7 @@
|
|
57
57
|
|
58
58
|
|
59
59
|
<li nowrap>
|
60
|
-
<a href="ERBook/Document.html#roots-instance_method"
|
60
|
+
<a title="#roots" href="ERBook/Document.html#roots-instance_method">#roots</a>
|
61
61
|
|
62
62
|
<em>(class Document)</em>
|
63
63
|
|
@@ -65,7 +65,7 @@
|
|
65
65
|
|
66
66
|
|
67
67
|
<li nowrap>
|
68
|
-
<a href="ERBook/Document.html#to_s-instance_method"
|
68
|
+
<a title="#to_s" href="ERBook/Document.html#to_s-instance_method">#to_s</a>
|
69
69
|
|
70
70
|
<em>(class Document)</em>
|
71
71
|
|
@@ -73,7 +73,7 @@
|
|
73
73
|
|
74
74
|
|
75
75
|
<li nowrap>
|
76
|
-
<a href="ERBook/Document/Node.html#to_s-instance_method"
|
76
|
+
<a title="#to_s" href="ERBook/Document/Node.html#to_s-instance_method">#to_s</a>
|
77
77
|
|
78
78
|
<em>(class Node)</em>
|
79
79
|
|
@@ -81,7 +81,7 @@
|
|
81
81
|
|
82
82
|
|
83
83
|
<li nowrap>
|
84
|
-
<a href="ERBook/Document.html#digest-class_method"
|
84
|
+
<a title="digest" href="ERBook/Document.html#digest-class_method">digest</a>
|
85
85
|
|
86
86
|
<em>(class Document)</em>
|
87
87
|
|
@@ -89,7 +89,7 @@
|
|
89
89
|
|
90
90
|
|
91
91
|
<li nowrap>
|
92
|
-
<a href="ERBook/Template.html#buffer-instance_method"
|
92
|
+
<a title="#buffer" href="ERBook/Template.html#buffer-instance_method">#buffer</a>
|
93
93
|
|
94
94
|
<em>(class Template)</em>
|
95
95
|
|
@@ -97,7 +97,7 @@
|
|
97
97
|
|
98
98
|
|
99
99
|
<li nowrap>
|
100
|
-
<a href="ERBook/Template.html#content_from_block-instance_method"
|
100
|
+
<a title="#content_from_block" href="ERBook/Template.html#content_from_block-instance_method">#content_from_block</a>
|
101
101
|
|
102
102
|
<em>(class Template)</em>
|
103
103
|
|
@@ -105,7 +105,7 @@
|
|
105
105
|
|
106
106
|
|
107
107
|
<li nowrap>
|
108
|
-
<a href="ERBook/Template.html#initialize-instance_method"
|
108
|
+
<a title="#initialize" href="ERBook/Template.html#initialize-instance_method">#initialize</a>
|
109
109
|
|
110
110
|
<em>(class Template)</em>
|
111
111
|
|
@@ -113,7 +113,7 @@
|
|
113
113
|
|
114
114
|
|
115
115
|
<li nowrap>
|
116
|
-
<a href="ERBook/Template.html#render_with-instance_method"
|
116
|
+
<a title="#render_with" href="ERBook/Template.html#render_with-instance_method">#render_with</a>
|
117
117
|
|
118
118
|
<em>(class Template)</em>
|
119
119
|
|
@@ -121,7 +121,7 @@
|
|
121
121
|
|
122
122
|
|
123
123
|
<li nowrap>
|
124
|
-
<a href="RDoc/AnyMethod.html#comment_html-instance_method"
|
124
|
+
<a title="#comment_html" href="RDoc/AnyMethod.html#comment_html-instance_method">#comment_html</a>
|
125
125
|
|
126
126
|
<em>(class AnyMethod)</em>
|
127
127
|
|
@@ -129,7 +129,7 @@
|
|
129
129
|
|
130
130
|
|
131
131
|
<li nowrap>
|
132
|
-
<a href="RDoc/AnyMethod.html#decl-instance_method"
|
132
|
+
<a title="#decl" href="RDoc/AnyMethod.html#decl-instance_method">#decl</a>
|
133
133
|
|
134
134
|
<em>(class AnyMethod)</em>
|
135
135
|
|
@@ -137,7 +137,7 @@
|
|
137
137
|
|
138
138
|
|
139
139
|
<li nowrap>
|
140
|
-
<a href="RDoc/AnyMethod.html#full_name-instance_method"
|
140
|
+
<a title="#full_name" href="RDoc/AnyMethod.html#full_name-instance_method">#full_name</a>
|
141
141
|
|
142
142
|
<em>(class AnyMethod)</em>
|
143
143
|
|
@@ -145,7 +145,7 @@
|
|
145
145
|
|
146
146
|
|
147
147
|
<li nowrap>
|
148
|
-
<a href="RDoc/AnyMethod.html#top_level-instance_method"
|
148
|
+
<a title="#top_level" href="RDoc/AnyMethod.html#top_level-instance_method">#top_level</a>
|
149
149
|
|
150
150
|
<em>(class AnyMethod)</em>
|
151
151
|
|
@@ -153,7 +153,7 @@
|
|
153
153
|
|
154
154
|
|
155
155
|
<li nowrap>
|
156
|
-
<a href="RDoc/DummyMixin.html#method_missing-instance_method"
|
156
|
+
<a title="#method_missing" href="RDoc/DummyMixin.html#method_missing-instance_method">#method_missing</a>
|
157
157
|
|
158
158
|
<em>(module DummyMixin)</em>
|
159
159
|
|
@@ -161,7 +161,7 @@
|
|
161
161
|
|
162
162
|
|
163
163
|
<li nowrap>
|
164
|
-
<a href="RDoc/DummyOptions.html#quiet-instance_method"
|
164
|
+
<a title="#quiet" href="RDoc/DummyOptions.html#quiet-instance_method">#quiet</a>
|
165
165
|
|
166
166
|
<em>(class DummyOptions)</em>
|
167
167
|
|
@@ -169,7 +169,7 @@
|
|
169
169
|
|
170
170
|
|
171
171
|
<li nowrap>
|
172
|
-
<a href="RDoc/TopLevel.html#all_classes-class_method"
|
172
|
+
<a title="all_classes" href="RDoc/TopLevel.html#all_classes-class_method">all_classes</a>
|
173
173
|
|
174
174
|
<em>(class TopLevel)</em>
|
175
175
|
|
@@ -177,7 +177,7 @@
|
|
177
177
|
|
178
178
|
|
179
179
|
<li nowrap>
|
180
|
-
<a href="RDoc/TopLevel.html#all_methods-class_method"
|
180
|
+
<a title="all_methods" href="RDoc/TopLevel.html#all_methods-class_method">all_methods</a>
|
181
181
|
|
182
182
|
<em>(class TopLevel)</em>
|
183
183
|
|
@@ -185,7 +185,7 @@
|
|
185
185
|
|
186
186
|
|
187
187
|
<li nowrap>
|
188
|
-
<a href="RDoc/TopLevel.html#all_modules-class_method"
|
188
|
+
<a title="all_modules" href="RDoc/TopLevel.html#all_modules-class_method">all_modules</a>
|
189
189
|
|
190
190
|
<em>(class TopLevel)</em>
|
191
191
|
|
@@ -193,7 +193,7 @@
|
|
193
193
|
|
194
194
|
|
195
195
|
<li nowrap>
|
196
|
-
<a href="RDoc/TopLevel.html#parse-class_method"
|
196
|
+
<a title="parse" href="RDoc/TopLevel.html#parse-class_method">parse</a>
|
197
197
|
|
198
198
|
<em>(class TopLevel)</em>
|
199
199
|
|
@@ -201,7 +201,7 @@
|
|
201
201
|
|
202
202
|
|
203
203
|
<li nowrap>
|
204
|
-
<a href="RDoc/TopLevel.html#parse_file-class_method"
|
204
|
+
<a title="parse_file" href="RDoc/TopLevel.html#parse_file-class_method">parse_file</a>
|
205
205
|
|
206
206
|
<em>(class TopLevel)</em>
|
207
207
|
|
@@ -209,7 +209,7 @@
|
|
209
209
|
|
210
210
|
|
211
211
|
<li nowrap>
|
212
|
-
<a href="RDoc/TopLevel.html#refresh_all_classes_and_modules-class_method"
|
212
|
+
<a title="refresh_all_classes_and_modules" href="RDoc/TopLevel.html#refresh_all_classes_and_modules-class_method">refresh_all_classes_and_modules</a>
|
213
213
|
|
214
214
|
<em>(class TopLevel)</em>
|
215
215
|
|
@@ -217,7 +217,7 @@
|
|
217
217
|
|
218
218
|
|
219
219
|
<li nowrap>
|
220
|
-
<a href="String.html#thru_coderay-instance_method"
|
220
|
+
<a title="#thru_coderay" href="String.html#thru_coderay-instance_method">#thru_coderay</a>
|
221
221
|
|
222
222
|
<em>(class String)</em>
|
223
223
|
|
@@ -225,7 +225,7 @@
|
|
225
225
|
|
226
226
|
|
227
227
|
<li nowrap>
|
228
|
-
<a href="String.html#thru_maruku-instance_method"
|
228
|
+
<a title="#thru_maruku" href="String.html#thru_maruku-instance_method">#thru_maruku</a>
|
229
229
|
|
230
230
|
<em>(class String)</em>
|
231
231
|
|
@@ -233,7 +233,7 @@
|
|
233
233
|
|
234
234
|
|
235
235
|
<li nowrap>
|
236
|
-
<a href="String.html#to_inline_xhtml-instance_method"
|
236
|
+
<a title="#to_inline_xhtml" href="String.html#to_inline_xhtml-instance_method">#to_inline_xhtml</a>
|
237
237
|
|
238
238
|
<em>(class String)</em>
|
239
239
|
|
@@ -241,7 +241,7 @@
|
|
241
241
|
|
242
242
|
|
243
243
|
<li nowrap>
|
244
|
-
<a href="String.html#to_xhtml-instance_method"
|
244
|
+
<a title="#to_xhtml" href="String.html#to_xhtml-instance_method">#to_xhtml</a>
|
245
245
|
|
246
246
|
<em>(class String)</em>
|
247
247
|
|