Sha256: c05ccda401ef1f8d0e6a38963252f6fcda494d024f459123d3dfc50f38707425
Contents?: true
Size: 157 Bytes
Versions: 2
Compression:
Stored size: 157 Bytes
Contents
# frozen_string_literal: true require_relative "glyptodont/checker" # Entry point module Glyptodont def self.check Checker.new(ARGV).check end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
glyptodont-0.3.0 | lib/glyptodont.rb |
glyptodont-0.2.0 | lib/glyptodont.rb |