Class: REXML::Entity
- Defined in:
- lib/active_support/core_ext/rexml.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#unnormalized ⇒ Object
22 23 24 25 26 27 28 |
# File 'lib/active_support/core_ext/rexml.rb', line 22 def unnormalized document.record_entity_expansion! if document v = value() return nil if v.nil? @unnormalized = Text::unnormalize(v, parent) @unnormalized end |