module Haml::Flatrack::ViewAdditions

Public Class Methods

new(response) click to toggle source
# File lib/haml/flatrack/view_additions.rb, line 23
def initialize(response)
  @haml_buffer = nil
end