[Source]
# File lib/amrita/tag.rb, line 266 def accept_child(child_tag) raise TypeError if !child_tag.is_a?(String) child_tag != @name end
[Validate]