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

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

Instance Method Summary collapse

Instance Method Details

#to_xml(builder) ⇒ Object



358
359
360
# File 'lib/bindery/formats/epub.rb', line 358

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