instance method unnormalized

Ruby on Rails 2.3.18

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 17
        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 17 · View on GitHub · Improve this page · Find usages on GitHub

Defined in REXML::Entity

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close