Blocks can contain anything, so return true.
56
# File 'lib/html/tags.rb', line 56 def can_contain(tag, parent); true; end