Module: Fortitude::Doctypes::Html4TagsFrameset
- Extended by:
- Tags::TagStore
- Defined in:
- lib/fortitude/doctypes/html4_tags_frameset.rb
Constant Summary collapse
- FRAMESET_BLOCK_CONTENT =
%w{noframes}
- FRAMESET_FLOW_CONTENT =
%w{noframes}
Class Method Summary collapse
Methods included from Tags::TagStore
delegate_tag_stores, modify_tag, tag, tag_names, tags, tags_added!, tags_changed!
Class Method Details
.delegate_tag_stores ⇒ Object
11 12 13 |
# File 'lib/fortitude/doctypes/html4_tags_frameset.rb', line 11 def delegate_tag_stores [ Fortitude::Doctypes::Html4TagsTransitional ] end |