Flowdock
method

call

Importance_0
call(template, source) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/template/handlers/builder.rb, line 8
      def call(template, source)
        require_engine
        "xml = ::Builder::XmlMarkup.new(:indent => 2);"            "self.output_buffer = xml.target!;" +
          source +
          ";xml.target!;"
      end
Register or log in to add new notes.