Module: Bindery::Formats::Epub::MetadataMethods

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

Instance Method Summary collapse

Instance Method Details

#to_xml(builder) ⇒ Object



351
352
353
354
# File 'lib/bindery/formats/epub.rb', line 351

def to_xml(builder)
  builder.meta(options.merge(:name => name, :content => value))
  %{<dc:#{name}>#{value}</dc:#{name}>}
end