class RBS::Writer

def initialize(out:)

def initialize(out:)
  @out = out
  @indentation = []
end