Sha256: fd55433fcef427ed215df3036fdaeaf1049ab9808a311bfc5bacda7b31d7b67a
Contents?: true
Size: 124 Bytes
Versions: 3
Compression:
Stored size: 124 Bytes
Contents
require 'nokogiri' n = Nokogiri::HTML::parse STDIN.read n.css("#{ARGV.first}").each do |element| puts element.value end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
xp-2.0.2 | research/attribute_extractor.rb |
xp-2.0.1 | research/attribute_extractor.rb |
xp-2.0.0 | research/attribute_extractor.rb |