Module: XX::XHTML::Transitional
- Includes:
- XX::XHTML
- Defined in:
- lib/xx.rb,
lib/xx-2.1.0.rb
Constant Summary
Constants included from Markup
Markup::XX_MARKUP_RECURSIVE_INCLUSION_PROC
Instance Method Summary collapse
- #xhtml_(which = XHTML::Transitional, *a, &b) ⇒ Object (also: #xhtml__)
Methods included from Markup
Methods included from Markup::ClassMethods
#xx_ancestors, #xx_config, #xx_config_for, #xx_configure, #xx_define_tag_method, #xx_define_tmp_method, #xx_remove_tag_method, #xx_tag_method_name
Methods included from Markup::InstanceMethods
#_, #method_missing, #xx_ancestors, #xx_any_, #xx_cdata_, #xx_class, #xx_config, #xx_config_for, #xx_configure, #xx_define_tag_method, #xx_define_tmp_method, #xx_doc, #xx_markup_, #xx_parse_attributes, #xx_parse_yaml_attributes, #xx_remove_tag_method, #xx_tag_method_name, #xx_text_, #xx_which, #xx_with_doc_in_effect
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class XX::Markup::InstanceMethods
Instance Method Details
#xhtml_(which = XHTML::Transitional, *a, &b) ⇒ Object Also known as: xhtml__
574 575 576 577 578 |
# File 'lib/xx.rb', line 574 def xhtml_ which = XHTML::Transitional, *a, &b #--{{{ super(which, *a, &b) #--}}} end |