Sha256: 07baaedbd5d0262a881a19e337268dd60aa67e2800edbcc32ebf25b74b00f93d

Contents?: true

Size: 278 Bytes

Versions: 67

Compression:

Stored size: 278 Bytes

Contents

module Dryml::Parser

  class Text < REXML::Text

    def parent=(parent)
      # Bypass immediate super
      REXML::Child.instance_method(:parent=).bind(self).call(parent)
      Text.check(@string, /</, nil) if @raw and @parent && Text.respond_to?(:check)
    end

  end

end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
dryml-1.3.0.pre16 lib/dryml/parser/text.rb
dryml-1.3.0.pre15 lib/dryml/parser/text.rb
dryml-1.3.0.pre14 lib/dryml/parser/text.rb
dryml-1.3.0.pre13 lib/dryml/parser/text.rb
dryml-1.3.0.pre12 lib/dryml/parser/text.rb
dryml-1.3.0.pre11 lib/dryml/parser/text.rb
dryml-1.3.0.pre10 lib/dryml/parser/text.rb