class Bookmarkeron::Finder

Public Class Methods

find() click to toggle source
# File lib/bookmarkeron/finder.rb, line 4
def find
  Dir.glob("#{ENV['HOME']}/Library/Application Support/Google/Chrome/**/Bookmarks")
end