class ActionView::OutputFlow

def set(key, value)

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

def set: (Symbol key, ActionView::OutputBuffer value) -> ActiveSupport::SafeBuffer

This signature was generated using 1 sample from 1 application.

Called by each renderer object to set the layout contents.
def set(key, value)
  @content[key] = ActiveSupport::SafeBuffer.new(value.to_s)
end