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-2.2.6 lib/dryml/parser/text.rb
dryml-2.2.5 lib/dryml/parser/text.rb
dryml-2.2.4 lib/dryml/parser/text.rb
dryml-2.2.3 lib/dryml/parser/text.rb
dryml-2.2.2 lib/dryml/parser/text.rb
dryml-2.2.1 lib/dryml/parser/text.rb
dryml-2.2.0 lib/dryml/parser/text.rb
dryml-2.1.2 lib/dryml/parser/text.rb
dryml-2.1.1 lib/dryml/parser/text.rb
dryml-2.1.0 lib/dryml/parser/text.rb
dryml-2.1.0.pre4 lib/dryml/parser/text.rb
dryml-2.1.0.pre3 lib/dryml/parser/text.rb
dryml-2.1.0.pre2 lib/dryml/parser/text.rb
dryml-2.1.0.pre1 lib/dryml/parser/text.rb
dryml-2.0.1 lib/dryml/parser/text.rb
dryml-2.0.0 lib/dryml/parser/text.rb
dryml-2.0.0.pre10 lib/dryml/parser/text.rb
dryml-2.0.0.pre9 lib/dryml/parser/text.rb
dryml-2.0.0.pre8 lib/dryml/parser/text.rb
dryml-1.3.3 lib/dryml/parser/text.rb