class String
def html_safe
Experimental RBS support (using type sampling data from the type_fusion
project).
def html_safe: () -> untyped
This signature was generated using 7 samples from 1 application.
+raw+ helper in views. It is recommended that you use +sanitize+ instead of
string contains no malicious content. This method is equivalent to the
additional escaping performed. It is your responsibility to ensure that the
Marks a string as trusted safe. It will be inserted into HTML with no
def html_safe ActiveSupport::SafeBuffer.new(self) end