Module: Flavicon

Defined in:
lib/flavicon.rb,
lib/flavicon/finder.rb,
lib/flavicon/version.rb

Defined Under Namespace

Classes: Finder

Constant Summary collapse

VERSION =
'0.3.0'

Class Method Summary collapse

Class Method Details

.find(url) ⇒ Object



6
7
8
# File 'lib/flavicon.rb', line 6

def self.find(url)
  Finder.new(url).find
end