Class: Fixnum
- Defined in:
- lib/active_support/vendor/builder-2.1.2/builder/xchar.rb,
lib/active_support/core_ext/string/output_safety.rb
Overview
Enhance the Fixnum class with a XML escaped character conversion.
Constant Summary collapse
Instance Method Summary collapse
- #html_safe? ⇒ Boolean
-
#xchr ⇒ Object
XML escaped version of chr.
Instance Method Details
#html_safe? ⇒ Boolean
58 59 60 |
# File 'lib/active_support/core_ext/string/output_safety.rb', line 58 def html_safe? true end |