Sha256: dff77dae26117fd9c383de1eb35625ced2aa1e436d08c9db0d6d5179c37e63b7

Contents?: true

Size: 111 Bytes

Versions: 9

Compression:

Stored size: 111 Bytes

Contents

module Aitch
  module HTMLParser
    def self.load(source)
      Nokogiri::HTML(source.to_s)
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
aitch-0.5.0 lib/aitch/html_parser.rb
aitch-0.4.1 lib/aitch/html_parser.rb
aitch-0.4.0 lib/aitch/html_parser.rb
aitch-0.3.0 lib/aitch/html_parser.rb
aitch-0.2.1 lib/aitch/html_parser.rb
aitch-0.2.0 lib/aitch/html_parser.rb
aitch-0.1.5 lib/aitch/html_parser.rb
aitch-0.1.4 lib/aitch/html_parser.rb
aitch-0.1.3 lib/aitch/html_parser.rb