Sha256: 48ea84ec93e40971ab46763cf99520def1edd21bbd14f1c78495ec0a4dead1f7
Contents?: true
Size: 200 Bytes
Versions: 2
Compression:
Stored size: 200 Bytes
Contents
require 'janis/validations' require 'janis/parser_factory' module Janis module Parsing def self.parse_from(website) ParserFactory.new.create_parser(website).parse end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
janis-0.1.4 | lib/janis/parsing.rb |
janis-0.1.3 | lib/janis/parsing.rb |