Sha256: 80a937f3acdcb6e811f2b8875477eacfe4de1a33e0be28ac13e88e1abdf52ed8
Contents?: true
Size: 514 Bytes
Versions: 2
Compression:
Stored size: 514 Bytes
Contents
module Vedeu module Cells # Provides the character/escape sequence to draw one cell of a # horizontal border with a custom value, colour and style. # # @api private # class Horizontal < Vedeu::Cells::Border # @return [Symbol] def type :horizontal end private # @return [Hash<Symbol => String>] def defaults super.merge!(value: Vedeu::EscapeSequences::Borders.horizontal) end end # Horizontal end # Cells end # Vedeu
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.7.1 | lib/vedeu/cells/borders/horizontal.rb |
vedeu-0.7.0 | lib/vedeu/cells/borders/horizontal.rb |