Sha256: a2ed39cff5af2cdcd6315f2b3e736306a3242b0280b0df4e894593abc913db5b
Contents?: true
Size: 142 Bytes
Versions: 2
Compression:
Stored size: 142 Bytes
Contents
# frozen_string_literal: true module Flavicon autoload :Finder, 'flavicon/finder' def self.find(url) Finder.new(url).find end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flavicon-0.3.0 | lib/flavicon.rb |
flavicon-0.2.0 | lib/flavicon.rb |