module MasterView module DirectiveTests # Example directive which does.. nothing class IdCheck < MasterView::DirectiveBase metadata :description => 'Silly example directive which checks id/name attributes' ##attr_arg :foo,.... #event :stag do #...something #end end end end