class Markaby::Tagset

Attributes

doctype[RW]
forms[RW]
self_closing[RW]
tags[RW]
tagset[RW]

Public Class Methods

default_options() click to toggle source
# File lib/markaby/tags.rb, line 36
def default_options
  {
    :tagset => self
  }
end