Method: Numeric#html_safe?
- Defined in:
- activesupport/lib/active_support/core_ext/string/output_safety.rb
#html_safe? ⇒ Boolean
13 14 15 |
# File 'activesupport/lib/active_support/core_ext/string/output_safety.rb', line 13 def html_safe? true end |