Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Commit

Permalink
element bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Yorkin committed Jul 8, 2013
1 parent b2d8786 commit bd43d4d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/docxtor2/package/document/element.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module Docxtor2
class Package::Document::Element
include BlockEvaluator

private

PR_SUFFIX = 'Pr'

Expand All @@ -11,10 +9,6 @@ class Package::Document::Element
:r => { :bold => 'b', :italic => 'i', :underline => 'u' }
}

attr_reader :attrs

public

def initialize(attrs = {}, &block)
@attrs = attrs
@block = block
Expand Down

0 comments on commit bd43d4d

Please sign in to comment.