| Class Amrita::TagPre | 
 | 
| Methods | 
| Public Instance methods | 
| generate_element(parser) | 
# File lib/amrita/tag.rb, line 258 def generate_element(parser) a = attrs.collect { |attr| Attr.new(attr[0], attr[1]) } Amrita::pre(*a) { parser.parse1(self) } end