Module: Bindery::Formats::Epub::DublinMetadataMethods

Defined in:
lib/bindery/formats/epub.rb

Instance Method Summary collapse

Instance Method Details

#to_xml(builder) ⇒ Object



360
361
362
# File 'lib/bindery/formats/epub.rb', line 360

def to_xml(builder)
  builder.dc name, value, options
end