class Motley::Schema::HTML

Motley::Schema::HTML

Public Class Methods

new() click to toggle source
Calls superclass method Motley::Schema::new
# File lib/motley/schemas/html.rb, line 8
def initialize()
        super()
        
        # tags
        @tags['html'] = Motley::HTML::HTML
        @tags['a'] = Motley::HTML::A
end