Sha256: b57b156a1192a61da01b6785fffc36df8375c5875f94b2908ac9ccb33c45dcd7
Contents?: true
Size: 287 Bytes
Versions: 12
Compression:
Stored size: 287 Bytes
Contents
require 'yaml' module Gdshowsdb class ShowDiff < Gdshowsdb::Diff def initialize(year) show_yaml_parser = ShowYAMLParser.from_yaml(year) show_db_extractor = ShowDBExtractor.from_db(year) super(show_yaml_parser.parse, show_db_extractor.extract) end end end
Version data entries
12 entries across 12 versions & 1 rubygems