12 13 14 15
# File 'lib/fabulator/tag_lib/transformations.rb', line 12 def html(&block) @formats[:html] ||= Fabulator::TagLib::Format.new @formats[:html].instance_eval &block end