Module Haml::HTML::Node
In: lib/haml/html.rb

A module containing utility methods that every Hpricot node should have.

Methods

Public Class methods

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.

Public Instance methods

Returns the Haml representation of the given node.

@param tabs [Fixnum] The indentation level of the resulting Haml. @option options (see Haml::HTML#initialize)

[Validate]