Classes: Block, Extends, For, If, Tag, With
5 6 7
# File 'lib/h2o/tags.rb', line 5 def [] name @tags[name] end
9 10 11
# File 'lib/h2o/tags.rb', line 9 def register(tag, name) @tags[name] = tag end