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.0.0.pre7 lib/dryml/parser/text.rb
dryml-2.0.0.pre6 lib/dryml/parser/text.rb
dryml-2.0.0.pre5 lib/dryml/parser/text.rb
dryml-2.0.0.pre4 lib/dryml/parser/text.rb
dryml-1.3.2 lib/dryml/parser/text.rb
dryml-1.3.1 lib/dryml/parser/text.rb
dryml-2.0.0.pre3 lib/dryml/parser/text.rb
dryml-2.0.0.pre2 lib/dryml/parser/text.rb
dryml-2.0.0.pre1 lib/dryml/parser/text.rb
dryml-1.4.0.pre8 lib/dryml/parser/text.rb
dryml-1.4.0.pre7 lib/dryml/parser/text.rb
dryml-1.4.0.pre6 lib/dryml/parser/text.rb
dryml-1.4.0.pre5 lib/dryml/parser/text.rb
dryml-1.4.0.pre4 lib/dryml/parser/text.rb
dryml-1.4.0.pre3 lib/dryml/parser/text.rb
dryml-1.4.0.pre2 lib/dryml/parser/text.rb
dryml-1.1.0 lib/dryml/parser/text.rb
dryml-1.3.0 lib/dryml/parser/text.rb
dryml-1.3.0.RC4 lib/dryml/parser/text.rb
dryml-1.3.0.RC3 lib/dryml/parser/text.rb