class ActionView::OutputBuffer
def <<(value)
Experimental RBS support (using type sampling data from the type_fusion
project).
type ActionView__OutputBuffer_<<_value = ViewComponent::Slot | ActiveSupport::SafeBuffer | ActionView::OutputBuffer | String def <<: (ActionView__OutputBuffer_<<_value value) -> untyped
This signature was generated using 6 samples from 1 application.
def <<(value) return self if value.nil? super(value.to_s) end