Method: IsoDoc::PresentationXMLConvert#ruby

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

#ruby(docxml) ⇒ Object



140
141
142
143
144
145
# File 'lib/isodoc/presentation_function/inline.rb', line 140

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