Method: HTML::BlockTag#can_contain

Defined in:
lib/html/tags.rb

#can_contain(tag, parent) ⇒ Object

Blocks can contain anything, so return true.



56
# File 'lib/html/tags.rb', line 56

def can_contain(tag, parent); true; end