Sha256: 4a5ca4a37ab57d7cebc0403596c32e5c5fb0d3ea2846c31aa3683e5abb147860

Contents?: true

Size: 533 Bytes

Versions: 22

Compression:

Stored size: 533 Bytes

Contents

# frozen_string_literal: true

module Vedeu

  module Cells

    # Provides the character/escape sequence to draw one cell of the
    # top horizontal border with a custom value, colour and style.
    #
    # @api private
    #
    class TopHorizontal < Vedeu::Cells::Horizontal

      # @return [Symbol]
      def type
        :top_horizontal
      end

      private

      # @macro defaults_method
      def defaults
        super.merge!(value: Vedeu.esc.horizontal)
      end

    end # TopHorizontal

  end # Cells

end # Vedeu

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
vedeu-0.8.32 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.31 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.30 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.29 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.28 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.27 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.26 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.25 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.24 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.23 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.22 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.21 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.20 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.19 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.18 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.17 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.16 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.15 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.14 lib/vedeu/cells/borders/edges/top_horizontal.rb
vedeu-0.8.13 lib/vedeu/cells/borders/edges/top_horizontal.rb