class Haml::HTML::ERB
def self.compile(template)
- See:  Haml::HTML::ERB -   
Returns:
- 
        (String)- The output document
Parameters:
- 
        template(String) -- The ERB template
def self.compile(template) new(template).src end
(String)
        - The output document
      template
        (String)
        -- The ERB template
      def self.compile(template) new(template).src end