Class: Prune::Parsers::PropertyParser

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

Overview

Parser for directive “property”.

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) ⇒ PropertyParser

Initialize.



8
9
10
# File 'lib/prune/parsers/document/property_parser.rb', line 8

def initialize(document)
  @document = document
end