Sha256: fdfdb49b5035d8d59f4a8b2407eaf419b90c0ea416a8ba0dbbfe63f1be7094c1
Contents?: true
Size: 545 Bytes
Versions: 22
Compression:
Stored size: 545 Bytes
Contents
# frozen_string_literal: true module Vedeu module Cells # Provides the character/escape sequence to draw one cell of the # bottom horizontal border with a custom value, colour and style. # # @api private # class BottomHorizontal < Vedeu::Cells::Horizontal # @return [Symbol] def type :bottom_horizontal end private # @macro defaults_method def defaults super.merge!(value: Vedeu.esc.horizontal) end end # BottomHorizontal end # Cells end # Vedeu
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.8.12 | lib/vedeu/cells/borders/edges/bottom_horizontal.rb |
vedeu-0.8.10 | lib/vedeu/cells/borders/edges/bottom_horizontal.rb |