Class: Query::Result::SMobile::XpathFunctions
- Inherits:
-
Object
- Object
- Query::Result::SMobile::XpathFunctions
- Defined in:
- lib/query/result/sm_mobile.rb
Instance Method Summary collapse
Instance Method Details
#matches(node_set, regex) ⇒ Object
89 90 91 |
# File 'lib/query/result/sm_mobile.rb', line 89 def matches node_set, regex node_set.find_all {|node| node.to_s[/#{regex}/] } end |