Method: HTML::BlockTag#can_contain
- Defined in:
- lib/web/htmltools/tags.rb
#can_contain(tag, parent) ⇒ Object
Blocks can contain anything, so return true.
55 |
# File 'lib/web/htmltools/tags.rb', line 55 def can_contain(tag, parent); true; end |