Method: IsoDoc::Function::Utils#ns

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

#ns(xpath) ⇒ Object



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

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