Method: REXML::Light::Node#=~

Defined in:
lib/rexml/light/node.rb

#=~(path) ⇒ Object



90
91
92
# File 'lib/rexml/light/node.rb', line 90

def =~( path )
  XPath.match( self, path )
end