Sha256: 3e074cec5196007f47ad8fd61ce7489eff277e0989bd8b7da58357e21a7c25b7
Contents?: true
Size: 535 Bytes
Versions: 8
Compression:
Stored size: 535 Bytes
Contents
# frozen_string_literal: true module Vedeu module Cells # Provides the character/escape sequence to draw one cell of the # left vertical border with a custom value, colour and style. # # @api private # class LeftVertical < Vedeu::Cells::Vertical # @return [Symbol] def type :left_vertical end private # @return [Hash<Symbol => String>] def defaults super.merge!(value: Vedeu.esc.vertical) end end # LeftVertical end # Cells end # Vedeu
Version data entries
8 entries across 8 versions & 1 rubygems