Sha256: 0a8b59e86c2ab2b53487cdcd21732a1893500463cad27cc2d9ac7c9c77600e7a
Contents?: true
Size: 640 Bytes
Versions: 1
Compression:
Stored size: 640 Bytes
Contents
module Vedeu module Cells # Provides the character/escape sequence to draw one cell of a # with a custom value, colour and style. # # The Vedeu::Cells::Escape object represents an escape sequence as # a single character, meaning they will behave dependent on the # context in which they are used. # # (In a terminal, an escape sequence makes sense, when a view is # being rendered as HTML, the sequence may be meaningless, for # example; the sequence to show or hide the cursor.) # # @api private # class Escape < Vedeu::Cells::Empty end # Escape end # Cells end # Vedeu
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.7.0 | lib/vedeu/cells/escape.rb |