class ActiveSupport::SafeBuffer

def initialize(str = "")

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

def initialize: (?(ActionView::OutputBuffer | String | ActiveSupport::SafeBuffer) str) -> void

This signature was generated using 223 samples from 3 applications.

def initialize(str = "")
  @html_safe = true
  super
end