class AllTheFavicons::Android

Public Class Methods

all() click to toggle source
# File lib/all_the_favicons/android.rb, line 4
def all
  files(/^android-chrome/).map { |f| icon(f) }
end