abstract class Oho::EscapeCode

Direct Known Subclasses

Defined in:

oho/escape_code.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(string : String, options : Hash(Symbol, String)) #

[View source]

Instance Method Detail

abstract def affects_display? : Bool #

[View source]
abstract def raw : String #

[View source]
abstract def styles : Array(Int32) #

[View source]
abstract def to_span(escape_code : EscapeCode | Nil) : String #

[View source]