module AsyncPartial::HamlArrayBufferizer
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/async_partial/handlers/haml.rb, line 26 def initialize(*) super @buffer = AsyncPartial::HamlArrayBuffer.new end