Module | Haml::HTML::Node |
In: |
lib/haml/html.rb
|
A module containing utility methods that every Hpricot node should have.
We have to do everything in `included` rather than including the methods in the module itself because if we do that, they don‘t propagate to the already-defined subclasses of the modules including this.