Method: IsoDoc::Function::Utils#ns

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

#ns(xpath) ⇒ Object



10
11
12
# File 'lib/isodoc/function/utils.rb', line 10

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