module Flavicon

Constants

VERSION

Public Class Methods

find(url) click to toggle source
# File lib/flavicon.rb, line 6
def self.find(url)
  Finder.new(url).find
end