module Garterbelt class Comment < Text max_pool_size 1000 def initialize(opts) super end def render raise_with_block_content output << "#{indent}\n" end end end