Method: RBI::TypePrinter#initialize
- Defined in:
- lib/rbi/rbs_printer.rb
#initialize ⇒ TypePrinter
: -> void
884 885 886 |
# File 'lib/rbi/rbs_printer.rb', line 884 def initialize @string = T.let(String.new, String) end |
: -> void
884 885 886 |
# File 'lib/rbi/rbs_printer.rb', line 884 def initialize @string = T.let(String.new, String) end |