IndentedString

harness.core.IndentedString
See theIndentedString companion object
sealed trait IndentedString

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Break.type
class Indented
class Inline
class Str

Members list

Value members

Concrete methods

def toString(idtStr: String): String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any