Class: Thunderbird
- Inherits:
-
Object
- Object
- Thunderbird
- Defined in:
- lib/thunderbird.rb
Defined Under Namespace
Classes: LocalFolder, LocalFolderPlaceholder, Mailbox, MailboxExporter, Profile, Profiles
Instance Method Summary collapse
Instance Method Details
#data_path ⇒ Object
2 3 4 5 |
# File 'lib/thunderbird.rb', line 2 def data_path # TODO: Handle other OSes File.join(Dir.home, ".thunderbird") end |