instance method
html_safe?
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v3.0.20Available in: v2.3.18 v3.0.20
Signature
html_safe?()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 58
def html_safe?
true
end
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 58
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Fixnum