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

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

Instance Method Summary collapse

Instance Method Details

#to_xml(builder) ⇒ Object



353
354
355
356
# File 'lib/bindery/formats/epub.rb', line 353

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