Class: Firebrew::Firefox::Profile
- Inherits:
-
Object
- Object
- Firebrew::Firefox::Profile
- Includes:
- Entity
- Defined in:
- lib/firebrew/firefox/profile.rb
Defined Under Namespace
Classes: Manager
Instance Method Summary collapse
Methods included from Entity
Instance Method Details
#extensions ⇒ Object
52 53 54 |
# File 'lib/firebrew/firefox/profile.rb', line 52 def extensions Extension::Manager.new(profile: self) end |