ltdtemplate 1.0.0 → 1.0.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.
- data/CHANGELOG +4 -0
- data/TEMPLATE_MANUAL.html +2 -1
- data/lib/ltdtemplate.rb +1 -1
- data/ltdtemplate.gemspec +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/TEMPLATE_MANUAL.html
CHANGED
|
@@ -255,7 +255,8 @@ letters, numbers, or underscores</li>
|
|
|
255
255
|
such as:</li>
|
|
256
256
|
</ol>
|
|
257
257
|
|
|
258
|
-
<blockquote><code>+ - * / % & | !
|
|
258
|
+
<blockquote><code>+ - * / % & | ! < <= =
|
|
259
|
+
== != >= ></code></blockquote>
|
|
259
260
|
|
|
260
261
|
<p>The parentheses are optional if no parameters are to be supplied to
|
|
261
262
|
the method call. The period is optional for "operator-style" method calls
|
data/lib/ltdtemplate.rb
CHANGED
data/ltdtemplate.gemspec
CHANGED