Sha256: d5792d8788bd376f0eb50951acb84e89c8c1e946cfcfbff0b3bc5c509708620c
Contents?: true
Size: 130 Bytes
Versions: 1
Compression:
Stored size: 130 Bytes
Contents
module RoHtmlHandler def doc(html) doc = ::Nokogiri::HTML.parse(html) if block_given? yield doc end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rrjj-0.0.1 | lib/ro_html_handler.rb |