Method: IsoDoc::PresentationXMLConvert#ruby

Defined in:
lib/isodoc/presentation_function/inline.rb

#ruby(docxml) ⇒ Object



209
210
211
212
213
214
# File 'lib/isodoc/presentation_function/inline.rb', line 209

def ruby(docxml)
  (docxml.xpath(ns("//ruby")) - docxml.xpath(ns("//ruby//ruby")))
    .each do |r|
    ruby1(r)
  end
end