Class: REXML::Parsers::BaseParser

Inherits:
Object
  • Object
show all
Defined in:
lib/webgen/content_processor/maruku.rb

Overview

:stopdoc: Fixes a problem when parsing Markdown with <webgen>-tags in Maruku.

Instance Method Summary collapse

Instance Method Details

#old_stream=Object



12
# File 'lib/webgen/content_processor/maruku.rb', line 12

alias_method :"old_stream=", :"stream="

#stream=(source) ⇒ Object



14
15
16
17
# File 'lib/webgen/content_processor/maruku.rb', line 14

def stream=(source)
  self.old_stream = source
  @nsstack << Set.new(['webgen'])
end