Method: RBI::RBSPrinter#print

Defined in:
lib/rbi/rbs_printer.rb

Print a string without indentation nor ‘n` at the end. : (String string) -> void



55
56
57
# File 'lib/rbi/rbs_printer.rb', line 55

def print(string)
  @out.print(string)
end