Method: RBI::TypePrinter#initialize

Defined in:
lib/rbi/rbs_printer.rb

#initializeTypePrinter

: -> void



884
885
886
# File 'lib/rbi/rbs_printer.rb', line 884

def initialize
  @string = T.let(String.new, String)
end