module Boolean
Mixin module that adds no features, but simply includes a @Boolean@ type in the parent class’s heirarchy. This allows you to do things like:
<pre><code>
if variable.kind_of?(Boolean) then [ ... ] end
</code></pre>
Mixin module that adds no features, but simply includes a @Boolean@ type in the parent class’s heirarchy. This allows you to do things like:
<pre><code>
if variable.kind_of?(Boolean) then [ ... ] end
</code></pre>