Skip to content

Commit 5e7f962

Browse files
committed
Regenerated website
1 parent 330a28a commit 5e7f962

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1255
-512
lines changed

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 id="license">License</h2>
9090
</div>
9191
</div>
9292
<footer>
93-
<p>&copy; 2006-2022 <a href="about.html#the_haml_team">The Haml Team</a> and <a href="https://github.com/haml/haml/graphs/contributors">numerous contributors</a>. Haml is available for use and modification under the <a href="/docs/yardoc/file.MIT-LICENSE.html">MIT&nbsp;License</a>.</p>
93+
<p>&copy; 2006-2023 <a href="about.html#the_haml_team">The Haml Team</a> and <a href="https://github.com/haml/haml/graphs/contributors">numerous contributors</a>. Haml is available for use and modification under the <a href="/docs/yardoc/file.MIT-LICENSE.html">MIT&nbsp;License</a>.</p>
9494
</footer>
9595

9696
<script>

development.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2 id="contributing">Contributing</h2>
5858

5959
<p>While bug reports and feature requests are great, actual code fixing the bugs or implementing the features is even better. If you've got some code to contribute, first read the information below, then fork the <a href="http://github.com/haml/haml">Haml repository</a> and send a pull request. I'll do a code review of your patch, and then chances are good I'll merge it right in.</p>
6060

61-
<p>Haml has two primary branches. <a href="http://github.com/haml/haml/tree/stable">stable</a> is where the development of the released version (currently 6.1.1) takes place. This is where most bug fixes should go. <a href="http://github.com/haml/haml/tree/master">Master</a>, on the other hand, is where the next version of Haml is being developed. This is the place for new features. <strong>Please submit your changes to the appropriate branch.</strong></p>
61+
<p>Haml has two primary branches. <a href="http://github.com/haml/haml/tree/stable">stable</a> is where the development of the released version (currently 6.1.2) takes place. This is where most bug fixes should go. <a href="http://github.com/haml/haml/tree/master">Master</a>, on the other hand, is where the next version of Haml is being developed. This is the place for new features. <strong>Please submit your changes to the appropriate branch.</strong></p>
6262

6363
<h2 id="when-making-a-patch-please">When Making a Patch, Please:</h2>
6464

@@ -75,7 +75,7 @@ <h2 id="when-making-a-patch-please">When Making a Patch, Please:</h2>
7575
</div>
7676
</div>
7777
<footer>
78-
<p>&copy; 2006-2022 <a href="about.html#the_haml_team">The Haml Team</a> and <a href="https://github.com/haml/haml/graphs/contributors">numerous contributors</a>. Haml is available for use and modification under the <a href="/docs/yardoc/file.MIT-LICENSE.html">MIT&nbsp;License</a>.</p>
78+
<p>&copy; 2006-2023 <a href="about.html#the_haml_team">The Haml Team</a> and <a href="https://github.com/haml/haml/graphs/contributors">numerous contributors</a>. Haml is available for use and modification under the <a href="/docs/yardoc/file.MIT-LICENSE.html">MIT&nbsp;License</a>.</p>
7979
</footer>
8080

8181
<script>

docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2 id="api-documentation">API Documentation</h2>
5959
</div>
6060
</div>
6161
<footer>
62-
<p>&copy; 2006-2022 <a href="about.html#the_haml_team">The Haml Team</a> and <a href="https://github.com/haml/haml/graphs/contributors">numerous contributors</a>. Haml is available for use and modification under the <a href="/docs/yardoc/file.MIT-LICENSE.html">MIT&nbsp;License</a>.</p>
62+
<p>&copy; 2006-2023 <a href="about.html#the_haml_team">The Haml Team</a> and <a href="https://github.com/haml/haml/graphs/contributors">numerous contributors</a>. Haml is available for use and modification under the <a href="/docs/yardoc/file.MIT-LICENSE.html">MIT&nbsp;License</a>.</p>
6363
</footer>
6464

6565
<script>

docs/yardoc/Haml.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dl>
8080
<dt>Defined in:</dt>
8181
<dd>lib/haml/filters/less.rb<span class="defines">,<br />
82-
lib/haml/cli.rb,<br /> lib/haml/html.rb,<br /> lib/haml/util.rb,<br /> lib/haml/error.rb,<br /> lib/haml/ambles.rb,<br /> lib/haml/engine.rb,<br /> lib/haml/parser.rb,<br /> lib/haml/filters.rb,<br /> lib/haml/helpers.rb,<br /> lib/haml/version.rb,<br /> lib/haml/compiler.rb,<br /> lib/haml/identity.rb,<br /> lib/haml/template.rb,<br /> lib/haml/escapable.rb,<br /> lib/haml/object_ref.rb,<br /> lib/haml/filters/css.rb,<br /> lib/haml/filters/erb.rb,<br /> lib/haml/filters/base.rb,<br /> lib/haml/filters/ruby.rb,<br /> lib/haml/filters/sass.rb,<br /> lib/haml/filters/scss.rb,<br /> lib/haml/filters/cdata.rb,<br /> lib/haml/filters/plain.rb,<br /> lib/haml/rails_helpers.rb,<br /> lib/haml/dynamic_merger.rb,<br /> lib/haml/filters/coffee.rb,<br /> lib/haml/rails_template.rb,<br /> lib/haml/filters/escaped.rb,<br /> lib/haml/force_escapable.rb,<br /> lib/haml/ruby_expression.rb,<br /> lib/haml/string_splitter.rb,<br /> lib/haml/attribute_parser.rb,<br /> lib/haml/filters/markdown.rb,<br /> lib/haml/filters/preserve.rb,<br /> lib/haml/filters/text_base.rb,<br /> lib/haml/filters/tilt_base.rb,<br /> lib/haml/attribute_compiler.rb,<br /> lib/haml/filters/javascript.rb,<br /> lib/haml/temple_line_counter.rb,<br /> lib/haml/compiler/tag_compiler.rb,<br /> lib/haml/compiler/script_compiler.rb,<br /> lib/haml/compiler/comment_compiler.rb,<br /> lib/haml/compiler/doctype_compiler.rb,<br /> lib/haml/compiler/children_compiler.rb,<br /> lib/haml/compiler/silent_script_compiler.rb,<br /> ext/haml/haml.c</span>
82+
lib/haml/cli.rb,<br /> lib/haml/html.rb,<br /> lib/haml/util.rb,<br /> lib/haml/error.rb,<br /> lib/haml/ambles.rb,<br /> lib/haml/engine.rb,<br /> lib/haml/escape.rb,<br /> lib/haml/parser.rb,<br /> lib/haml/filters.rb,<br /> lib/haml/helpers.rb,<br /> lib/haml/version.rb,<br /> lib/haml/compiler.rb,<br /> lib/haml/identity.rb,<br /> lib/haml/template.rb,<br /> lib/haml/escape_any.rb,<br /> lib/haml/object_ref.rb,<br /> lib/haml/whitespace.rb,<br /> lib/haml/filters/css.rb,<br /> lib/haml/filters/erb.rb,<br /> lib/haml/filters/base.rb,<br /> lib/haml/filters/ruby.rb,<br /> lib/haml/filters/sass.rb,<br /> lib/haml/filters/scss.rb,<br /> lib/haml/force_escape.rb,<br /> lib/haml/filters/cdata.rb,<br /> lib/haml/filters/plain.rb,<br /> lib/haml/rails_helpers.rb,<br /> lib/haml/dynamic_merger.rb,<br /> lib/haml/filters/coffee.rb,<br /> lib/haml/rails_template.rb,<br /> lib/haml/filters/escaped.rb,<br /> lib/haml/ruby_expression.rb,<br /> lib/haml/string_splitter.rb,<br /> lib/haml/attribute_parser.rb,<br /> lib/haml/filters/markdown.rb,<br /> lib/haml/filters/preserve.rb,<br /> lib/haml/filters/text_base.rb,<br /> lib/haml/filters/tilt_base.rb,<br /> lib/haml/attribute_compiler.rb,<br /> lib/haml/filters/javascript.rb,<br /> lib/haml/temple_line_counter.rb,<br /> lib/haml/compiler/tag_compiler.rb,<br /> lib/haml/compiler/script_compiler.rb,<br /> lib/haml/compiler/comment_compiler.rb,<br /> lib/haml/compiler/doctype_compiler.rb,<br /> lib/haml/compiler/children_compiler.rb,<br /> lib/haml/compiler/silent_script_compiler.rb,<br /> ext/haml/haml.c</span>
8383
</dd>
8484
</dl>
8585

@@ -99,11 +99,11 @@ <h2>Overview</h2><div class="docstring">
9999
<p class="children">
100100

101101

102-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Haml/AttributeBuilder.html" title="Haml::AttributeBuilder (module)">AttributeBuilder</a></span>, <span class='object_link'><a href="Haml/FescapeDispathcer.html" title="Haml::FescapeDispathcer (module)">FescapeDispathcer</a></span>, <span class='object_link'><a href="Haml/Helpers.html" title="Haml::Helpers (module)">Helpers</a></span>, <span class='object_link'><a href="Haml/ObjectRef.html" title="Haml::ObjectRef (module)">ObjectRef</a></span>, <span class='object_link'><a href="Haml/RailsHelpers.html" title="Haml::RailsHelpers (module)">RailsHelpers</a></span>, <span class='object_link'><a href="Haml/TemplateExtension.html" title="Haml::TemplateExtension (module)">TemplateExtension</a></span>, <span class='object_link'><a href="Haml/TempleLineCounter.html" title="Haml::TempleLineCounter (module)">TempleLineCounter</a></span>, <span class='object_link'><a href="Haml/Util.html" title="Haml::Util (module)">Util</a></span>
102+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Haml/AttributeBuilder.html" title="Haml::AttributeBuilder (module)">AttributeBuilder</a></span>, <span class='object_link'><a href="Haml/EscapeanyDispathcer.html" title="Haml::EscapeanyDispathcer (module)">EscapeanyDispathcer</a></span>, <span class='object_link'><a href="Haml/FescapeDispathcer.html" title="Haml::FescapeDispathcer (module)">FescapeDispathcer</a></span>, <span class='object_link'><a href="Haml/Helpers.html" title="Haml::Helpers (module)">Helpers</a></span>, <span class='object_link'><a href="Haml/ObjectRef.html" title="Haml::ObjectRef (module)">ObjectRef</a></span>, <span class='object_link'><a href="Haml/RailsHelpers.html" title="Haml::RailsHelpers (module)">RailsHelpers</a></span>, <span class='object_link'><a href="Haml/TemplateExtension.html" title="Haml::TemplateExtension (module)">TemplateExtension</a></span>, <span class='object_link'><a href="Haml/TempleLineCounter.html" title="Haml::TempleLineCounter (module)">TempleLineCounter</a></span>, <span class='object_link'><a href="Haml/Util.html" title="Haml::Util (module)">Util</a></span>
103103

104104

105105

106-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Haml/Ambles.html" title="Haml::Ambles (class)">Ambles</a></span>, <span class='object_link'><a href="Haml/AttributeCompiler.html" title="Haml::AttributeCompiler (class)">AttributeCompiler</a></span>, <span class='object_link'><a href="Haml/AttributeParser.html" title="Haml::AttributeParser (class)">AttributeParser</a></span>, <span class='object_link'><a href="Haml/CLI.html" title="Haml::CLI (class)">CLI</a></span>, <span class='object_link'><a href="Haml/Compiler.html" title="Haml::Compiler (class)">Compiler</a></span>, <span class='object_link'><a href="Haml/DynamicMerger.html" title="Haml::DynamicMerger (class)">DynamicMerger</a></span>, <span class='object_link'><a href="Haml/Engine.html" title="Haml::Engine (class)">Engine</a></span>, <span class='object_link'><a href="Haml/Error.html" title="Haml::Error (class)">Error</a></span>, <span class='object_link'><a href="Haml/Escapable.html" title="Haml::Escapable (class)">Escapable</a></span>, <span class='object_link'><a href="Haml/FilterNotFound.html" title="Haml::FilterNotFound (class)">FilterNotFound</a></span>, <span class='object_link'><a href="Haml/Filters.html" title="Haml::Filters (class)">Filters</a></span>, <span class='object_link'><a href="Haml/ForceEscapable.html" title="Haml::ForceEscapable (class)">ForceEscapable</a></span>, <span class='object_link'><a href="Haml/HTML.html" title="Haml::HTML (class)">HTML</a></span>, <span class='object_link'><a href="Haml/Identity.html" title="Haml::Identity (class)">Identity</a></span>, <span class='object_link'><a href="Haml/InternalError.html" title="Haml::InternalError (class)">InternalError</a></span>, <span class='object_link'><a href="Haml/Parser.html" title="Haml::Parser (class)">Parser</a></span>, <span class='object_link'><a href="Haml/RailsTemplate.html" title="Haml::RailsTemplate (class)">RailsTemplate</a></span>, <span class='object_link'><a href="Haml/RubyExpression.html" title="Haml::RubyExpression (class)">RubyExpression</a></span>, <span class='object_link'><a href="Haml/StringSplitter.html" title="Haml::StringSplitter (class)">StringSplitter</a></span>, <span class='object_link'><a href="Haml/SyntaxError.html" title="Haml::SyntaxError (class)">SyntaxError</a></span>, <span class='object_link'><a href="Haml/TempleEngine.html" title="Haml::TempleEngine (class)">TempleEngine</a></span>
106+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Haml/Ambles.html" title="Haml::Ambles (class)">Ambles</a></span>, <span class='object_link'><a href="Haml/AttributeCompiler.html" title="Haml::AttributeCompiler (class)">AttributeCompiler</a></span>, <span class='object_link'><a href="Haml/AttributeParser.html" title="Haml::AttributeParser (class)">AttributeParser</a></span>, <span class='object_link'><a href="Haml/CLI.html" title="Haml::CLI (class)">CLI</a></span>, <span class='object_link'><a href="Haml/Compiler.html" title="Haml::Compiler (class)">Compiler</a></span>, <span class='object_link'><a href="Haml/DynamicMerger.html" title="Haml::DynamicMerger (class)">DynamicMerger</a></span>, <span class='object_link'><a href="Haml/Engine.html" title="Haml::Engine (class)">Engine</a></span>, <span class='object_link'><a href="Haml/Error.html" title="Haml::Error (class)">Error</a></span>, <span class='object_link'><a href="Haml/Escape.html" title="Haml::Escape (class)">Escape</a></span>, <span class='object_link'><a href="Haml/EscapeAny.html" title="Haml::EscapeAny (class)">EscapeAny</a></span>, <span class='object_link'><a href="Haml/FilterNotFound.html" title="Haml::FilterNotFound (class)">FilterNotFound</a></span>, <span class='object_link'><a href="Haml/Filters.html" title="Haml::Filters (class)">Filters</a></span>, <span class='object_link'><a href="Haml/ForceEscape.html" title="Haml::ForceEscape (class)">ForceEscape</a></span>, <span class='object_link'><a href="Haml/HTML.html" title="Haml::HTML (class)">HTML</a></span>, <span class='object_link'><a href="Haml/Identity.html" title="Haml::Identity (class)">Identity</a></span>, <span class='object_link'><a href="Haml/InternalError.html" title="Haml::InternalError (class)">InternalError</a></span>, <span class='object_link'><a href="Haml/Parser.html" title="Haml::Parser (class)">Parser</a></span>, <span class='object_link'><a href="Haml/RailsTemplate.html" title="Haml::RailsTemplate (class)">RailsTemplate</a></span>, <span class='object_link'><a href="Haml/RubyExpression.html" title="Haml::RubyExpression (class)">RubyExpression</a></span>, <span class='object_link'><a href="Haml/StringSplitter.html" title="Haml::StringSplitter (class)">StringSplitter</a></span>, <span class='object_link'><a href="Haml/SyntaxError.html" title="Haml::SyntaxError (class)">SyntaxError</a></span>, <span class='object_link'><a href="Haml/TempleEngine.html" title="Haml::TempleEngine (class)">TempleEngine</a></span>, <span class='object_link'><a href="Haml/Whitespace.html" title="Haml::Whitespace (class)">Whitespace</a></span>
107107

108108

109109
</p>
@@ -119,9 +119,9 @@ <h2>Overview</h2><div class="docstring">
119119
</div>
120120

121121
<div id="footer">
122-
Generated on Tue Dec 13 23:41:53 2022 by
122+
Generated on Mon Sep 18 18:26:25 2023 by
123123
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124-
0.9.28 (ruby-3.2.0).
124+
0.9.34 (ruby-3.3.0).
125125
</div>
126126

127127
</div>

docs/yardoc/Haml/Ambles.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ <h3 class="signature first" id="call-instance_method">
265265
</div>
266266

267267
<div id="footer">
268-
Generated on Tue Dec 13 23:41:53 2022 by
268+
Generated on Mon Sep 18 18:26:25 2023 by
269269
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
270-
0.9.28 (ruby-3.2.0).
270+
0.9.34 (ruby-3.3.0).
271271
</div>
272272

273273
</div>

docs/yardoc/Haml/AttributeBuilder.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,9 @@ <h3 class="signature " id="build_id-class_method">
469469
</div>
470470

471471
<div id="footer">
472-
Generated on Tue Dec 13 23:41:53 2022 by
472+
Generated on Mon Sep 18 18:26:25 2023 by
473473
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
474-
0.9.28 (ruby-3.2.0).
474+
0.9.34 (ruby-3.3.0).
475475
</div>
476476

477477
</div>

docs/yardoc/Haml/AttributeCompiler.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h3 class="signature first" id="compile-instance_method">
259259
end
260260
[node.value[:dynamic_attributes].new, node.value[:dynamic_attributes].old].compact.each do |attribute_str|
261261
hash = AttributeParser.parse(attribute_str)
262-
return runtime_compile(node) unless hash
262+
return runtime_compile(node) if hash.nil? || hash.any? { |_key, value| value.empty? }
263263
hashes &lt;&lt; hash
264264
end
265265
static_compile(node.value[:attributes], hashes)
@@ -274,9 +274,9 @@ <h3 class="signature first" id="compile-instance_method">
274274
</div>
275275

276276
<div id="footer">
277-
Generated on Tue Dec 13 23:41:54 2022 by
277+
Generated on Mon Sep 18 18:26:25 2023 by
278278
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
279-
0.9.28 (ruby-3.2.0).
279+
0.9.34 (ruby-3.3.0).
280280
</div>
281281

282282
</div>

docs/yardoc/Haml/AttributeParser.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ <h3 class="signature first" id="parse-instance_method">
367367
</div>
368368

369369
<div id="footer">
370-
Generated on Tue Dec 13 23:41:54 2022 by
370+
Generated on Mon Sep 18 18:26:25 2023 by
371371
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
372-
0.9.28 (ruby-3.2.0).
372+
0.9.34 (ruby-3.3.0).
373373
</div>
374374

375375
</div>

docs/yardoc/Haml/AttributeParser/ParseSkip.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
</div>
115115

116116
<div id="footer">
117-
Generated on Tue Dec 13 23:41:54 2022 by
117+
Generated on Mon Sep 18 18:26:25 2023 by
118118
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119-
0.9.28 (ruby-3.2.0).
119+
0.9.34 (ruby-3.3.0).
120120
</div>
121121

122122
</div>

docs/yardoc/Haml/CLI.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@ <h3 class="signature " id="version-instance_method">
466466
</div>
467467

468468
<div id="footer">
469-
Generated on Tue Dec 13 23:41:53 2022 by
469+
Generated on Mon Sep 18 18:26:25 2023 by
470470
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
471-
0.9.28 (ruby-3.2.0).
471+
0.9.34 (ruby-3.3.0).
472472
</div>
473473

474474
</div>

docs/yardoc/Haml/Compiler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ <h3 class="signature first" id="call-instance_method">
282282
</div>
283283

284284
<div id="footer">
285-
Generated on Tue Dec 13 23:41:53 2022 by
285+
Generated on Mon Sep 18 18:26:25 2023 by
286286
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
287-
0.9.28 (ruby-3.2.0).
287+
0.9.34 (ruby-3.3.0).
288288
</div>
289289

290290
</div>

docs/yardoc/Haml/Compiler/ChildrenCompiler.html

+11-9
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,15 @@ <h3 class="signature first" id="initialize-instance_method">
195195

196196
7
197197
8
198-
9</pre>
198+
9
199+
10</pre>
199200
</td>
200201
<td>
201202
<pre class="code"><span class="info file"># File 'lib/haml/compiler/children_compiler.rb', line 7</span>
202203

203204
def initialize
204205
@lineno = 1
206+
@multi_flattener = Temple::Filters::MultiFlattener.new
205207
end</pre>
206208
</td>
207209
</tr>
@@ -230,7 +232,6 @@ <h3 class="signature first" id="compile-instance_method">
230232
<pre class="lines">
231233

232234

233-
11
234235
12
235236
13
236237
14
@@ -243,24 +244,25 @@ <h3 class="signature first" id="compile-instance_method">
243244
21
244245
22
245246
23
246-
24</pre>
247+
24
248+
25</pre>
247249
</td>
248250
<td>
249-
<pre class="code"><span class="info file"># File 'lib/haml/compiler/children_compiler.rb', line 11</span>
251+
<pre class="code"><span class="info file"># File 'lib/haml/compiler/children_compiler.rb', line 12</span>
250252

251253
def compile(node, &amp;block)
252254
temple = [:multi]
253255
return temple if node.children.empty?
254256

255-
temple &lt;&lt; :whitespace if prepend_whitespace?(node)
257+
temple &lt;&lt; [:whitespace] if prepend_whitespace?(node)
256258
node.children.each do |n|
257259
rstrip_whitespace!(temple) if nuke_prev_whitespace?(n)
258260
insert_newlines!(temple, n)
259261
temple &lt;&lt; moving_lineno(n) { block.call(n) }
260-
temple &lt;&lt; :whitespace if insert_whitespace?(n)
262+
temple &lt;&lt; [:whitespace] if insert_whitespace?(n)
261263
end
262264
rstrip_whitespace!(temple) if nuke_inner_whitespace?(node)
263-
confirm_whitespace(temple)
265+
temple
264266
end</pre>
265267
</td>
266268
</tr>
@@ -272,9 +274,9 @@ <h3 class="signature first" id="compile-instance_method">
272274
</div>
273275

274276
<div id="footer">
275-
Generated on Tue Dec 13 23:41:54 2022 by
277+
Generated on Mon Sep 18 18:26:26 2023 by
276278
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
277-
0.9.28 (ruby-3.2.0).
279+
0.9.34 (ruby-3.3.0).
278280
</div>
279281

280282
</div>

docs/yardoc/Haml/Compiler/CommentCompiler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ <h3 class="signature first" id="compile-instance_method">
189189
</div>
190190

191191
<div id="footer">
192-
Generated on Tue Dec 13 23:41:54 2022 by
192+
Generated on Mon Sep 18 18:26:26 2023 by
193193
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
194-
0.9.28 (ruby-3.2.0).
194+
0.9.34 (ruby-3.3.0).
195195
</div>
196196

197197
</div>

docs/yardoc/Haml/Compiler/DoctypeCompiler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ <h3 class="signature first" id="compile-instance_method">
264264
</div>
265265

266266
<div id="footer">
267-
Generated on Tue Dec 13 23:41:54 2022 by
267+
Generated on Mon Sep 18 18:26:26 2023 by
268268
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
269-
0.9.28 (ruby-3.2.0).
269+
0.9.34 (ruby-3.3.0).
270270
</div>
271271

272272
</div>

docs/yardoc/Haml/Compiler/ScriptCompiler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ <h3 class="signature first" id="compile-instance_method">
358358
</div>
359359

360360
<div id="footer">
361-
Generated on Tue Dec 13 23:41:54 2022 by
361+
Generated on Mon Sep 18 18:26:26 2023 by
362362
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
363-
0.9.28 (ruby-3.2.0).
363+
0.9.34 (ruby-3.3.0).
364364
</div>
365365

366366
</div>

0 commit comments

Comments
 (0)