Module: XPGrep
- Defined in:
- lib/xpgrep.rb
Defined Under Namespace
Modules: CLI
Class Method Summary collapse
Class Method Details
.grep(expr, io) ⇒ Object
7 8 9 10 |
# File 'lib/xpgrep.rb', line 7 def self.grep(expr, io) h = Hpricot::XML(io) h.search(expr) end |