Libraries
»
rexml
(3.4.4)
»
Index
»
REXML
»
Light
»
Node
»
#=~
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