Class Wee::Brush::TableTag
In: lib/wee/html_brushes.rb
Parent: Brush::GenericTagBrush

Methods

new  

Constants

HTML_TAG = 'table'.freeze

Attributes

cellspacing  [HtmlAttribute] 

Public Class methods

[Source]

# File lib/wee/html_brushes.rb, line 195
    def initialize
      super(HTML_TAG)
    end

[Validate]