Class | Haml::Compiler |
In: |
lib/haml/compiler.rb
lib/haml/template.rb |
Parent: | Object |
options | [RW] |
The source code that is evaluated to produce the Haml document.
In Ruby 1.9, this is automatically converted to the correct encoding (see {file:REFERENCE.md#encodings the `:encoding` option}).
@return [String]
Returns the precompiled string with the preamble and postamble.
Initializes to ActionView::OutputBuffer when available; this is necessary to avoid ordering issues with partial layouts in Rails. If not available, initializes to nil.