Sha256: 7a3e7683bccdf64438fa9a1af1c05f04981c47263142f4dee357ec0717f8fe77
Contents?: true
Size: 315 Bytes
Versions: 11
Compression:
Stored size: 315 Bytes
Contents
require "thunderbird/profiles" class Thunderbird::Install attr_reader :title attr_reader :entries # entries are lines from profile.ini def initialize(title, entries) @title = title @entries = entries end def default Thunderbird::Profiles.new.profile_for_path(entries[:Default]) end end
Version data entries
11 entries across 11 versions & 1 rubygems