class Reline::LineEditor::DialogProcScope

def retrieve_completion_block(set_completion_quote_character = false)

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

def retrieve_completion_block: (?true set_completion_quote_character) -> untyped

This signature was generated using 1 sample from 1 application.

def retrieve_completion_block(set_completion_quote_character = false)
  @line_editor.retrieve_completion_block(set_completion_quote_character)
end