class ActiveSupport::SafeBuffer

def html_safe?

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

def html_safe?: () -> true

This signature was generated using 187 samples from 3 applications.

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