method
html_safe?
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::SafeBuffer
html_safe?()public
No documentation available.
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 213
def html_safe?
defined?(@html_safe) && @html_safe
end