# sig/unindent.rbs

class String
  def unindent: () -> untyped
  def unindent!: () -> untyped
end
