class ActiveSupport::SafeBuffer

def html_safe?

Experimental RBS support (using type sampling data from the type_fusion project).

def html_safe?: () -> untyped

This signature was generated using 8 samples from 1 application.

def html_safe?
  defined?(@html_safe) && @html_safe
end