Class: GDK::Diagnostic::Dependencies
- Defined in:
- lib/gdk/diagnostic/dependencies.rb
Constant Summary collapse
- TITLE =
'GDK Dependencies'
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#detail ⇒ Object
12 13 14 15 16 17 18 19 20 21 22 23 24 |
# File 'lib/gdk/diagnostic/dependencies.rb', line 12 def detail return if success? = checker..join("\n").chomp <<~MESSAGE #{} For details on how to install, please visit: https://gitlab.com/gitlab-org/gitlab-development-kit/blob/main/doc/index.md MESSAGE end |
#success? ⇒ Boolean
8 9 10 |
# File 'lib/gdk/diagnostic/dependencies.rb', line 8 def success? checker..empty? end |