Skip to content

Commit

Permalink
rexml patch
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Dec 5, 2014
1 parent f96b667 commit aaed4a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ruby/stdlib/rexml/document.rb
Expand Up @@ -278,6 +278,10 @@ def record_entity_expansion
end
end

def document
self
end

private
def build( source )
Parsers::TreeParser.new( source, self ).parse
Expand Down

0 comments on commit aaed4a6

Please sign in to comment.