Method: Awestruct::Handlers::FrontMatterHandler#initialize
- Defined in:
- lib/awestruct/handlers/front_matter_handler.rb
#initialize(site, delegate) ⇒ FrontMatterHandler
Returns a new instance of FrontMatterHandler.
9 10 11 12 |
# File 'lib/awestruct/handlers/front_matter_handler.rb', line 9 def initialize(site, delegate) super @parsed_parts = false end |