Class: Hamlizer::ErbContentPrinter

Inherits:
ContentPrinter show all
Defined in:
lib/hamlizer/erb_content_printer.rb

Instance Method Summary collapse

Methods inherited from ContentPrinter

#initialize

Constructor Details

This class inherits a constructor from Hamlizer::ContentPrinter

Instance Method Details

#contentObject



3
4
5
# File 'lib/hamlizer/erb_content_printer.rb', line 3

def content
  content_haml('=')
end