class Fundler

Constants

VERSION

The version of the Fundler Utility.

Public Instance Methods

bookmarks(format) click to toggle source
# File lib/fundler.rb, line 16
def bookmarks(format)
  drop_bookmarks(format)
end
clean() click to toggle source
# File lib/fundler.rb, line 10
def clean
  clean_all_filenames
end
list() click to toggle source
# File lib/fundler.rb, line 19
def list
  get_list
end
pwd() click to toggle source
# File lib/fundler.rb, line 13
def pwd
  get_pwd
end