Method: IsoDoc::Function::Utils#ns

Defined in:
lib/isodoc/function/utils.rb

#ns(xpath) ⇒ Object



18
19
20
# File 'lib/isodoc/function/utils.rb', line 18

def ns(xpath)
  self.class.ns(xpath)
end