instance method
html_safe?
Ruby on Rails 3.2.22.5
Since v2.3.18Signature
html_safe?()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 144
def html_safe?
defined?(@html_safe) && @html_safe
end
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 144
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SafeBuffer