class Haml::HTML::ERB
def add_text(src, text)
- 
        text(String) -- The raw text to add to the buffer
- 
        src(String) -- The source buffer
def add_text(src, text) src << text end
text
        (String)
        -- The raw text to add to the buffer
      src
        (String)
        -- The source buffer
      def add_text(src, text) src << text end