PPrinter

object PPrinter
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(obj: Object): String
def fixForFansi(ansiEncoded: String): String

We use source-highlight to encode source as ansi strings, e.g. the .dump step Ammonite uses fansi for it's colour-coding, and while both pledge to follow the ansi codec, they aren't compatible TODO: PR for fansi to support these standard encodings out of the box

We use source-highlight to encode source as ansi strings, e.g. the .dump step Ammonite uses fansi for it's colour-coding, and while both pledge to follow the ansi codec, they aren't compatible TODO: PR for fansi to support these standard encodings out of the box

def isAnsiEncoded(s: String): Boolean

Concrete fields