instance method unnormalized

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

unnormalized()

No documentation comment.

Source
# File activesupport/lib/active_support/core_ext/rexml.rb, line 13
      def unnormalized
        document.record_entity_expansion! if document
        v = value()
        return nil if v.nil?
        @unnormalized = Text::unnormalize(v, parent)
        @unnormalized
      end

Defined in activesupport/lib/active_support/core_ext/rexml.rb line 13 · View on GitHub · Improve this page · Find usages on GitHub

Defined in REXML::Entity

Type at least 2 characters to search.

↑↓ navigate · open · esc close