Class: Prune::Parsers::DocumentParser

Inherits:
Base
  • Object
show all
Defined in:
lib/prune/parsers/document_parser.rb

Overview

Parser for Prune DSL.

Instance Method Summary collapse

Methods included from Prune::PObjects

pa, pd, ph, pl, pn, ps

Methods included from Functions

#mm_to_pt, #pt_to_mm

Constructor Details

#initialize(document) ⇒ DocumentParser

Returns a new instance of DocumentParser.



7
8
9
# File 'lib/prune/parsers/document_parser.rb', line 7

def initialize(document)
  @document = document
end