Class: Fundler

Inherits:
Object
  • Object
show all
Includes:
BookmarksReader, FindAndClean, FundlerUtils
Defined in:
lib/fundler.rb,
lib/fundler/version.rb

Constant Summary collapse

VERSION =

The version of the Fundler Utility.

"0.2.4"

Constants included from BookmarksReader

BookmarksReader::BOOKMARKS_QUERY, BookmarksReader::MOZILLA_FIREFOX_CONF_DIR

Instance Method Summary collapse

Methods included from FundlerUtils

included

Methods included from BookmarksReader

#drop_bookmarks, #dump_places, #locate_places

Methods included from FindAndClean

#all_files, #clean_all_filenames, #get_list, #get_pwd, #ruby_files

Instance Method Details

#bookmarksObject



16
17
18
# File 'lib/fundler.rb', line 16

def bookmarks
  drop_bookmarks
end

#cleanObject



10
11
12
# File 'lib/fundler.rb', line 10

def clean
  clean_all_filenames
end

#listObject



19
20
21
# File 'lib/fundler.rb', line 19

def list
  get_list
end

#pwdObject



13
14
15
# File 'lib/fundler.rb', line 13

def pwd
  get_pwd
end