Arch gem is not enabled by default

This commit is contained in:
Vinicius Moreira
2019-09-18 11:42:13 -03:00
parent e52616e0e5
commit da17ede1ec
16 changed files with 74 additions and 9 deletions

View File

@@ -226,3 +226,9 @@ class SoftwareManager(ABC):
:return: if the action resulted in success
"""
pass
@abstractmethod
def is_default_enabled(self) -> bool:
"""
:return: if the instance is enabled by default when there is no user settings defining which gems are enabled.
"""