Method: Fabulator::TagLib::Transformations#html

Defined in:
lib/fabulator/tag_lib/transformations.rb

#html(&block) ⇒ Object



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