Method: Neurogami::QFT#bookmarks_html

Defined in:
lib/qft/qft.rb

#bookmarks_htmlObject



104
105
106
107
108
109
110
# File 'lib/qft/qft.rb', line 104

def bookmarks_html
  unless @bookmarks_html
    @bookmarks_html = IO.readlines("#{@cfg[:profile_dir ]}/bookmarks.html")
  end
  @bookmarks_html

end