Class: GDK::Diagnostic::RvmAndAsdf
- Defined in:
- lib/gdk/diagnostic/rvm_and_asdf.rb
Constant Summary collapse
- TITLE =
'RVM and asdf'
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#detail ⇒ Object
12 13 14 |
# File 'lib/gdk/diagnostic/rvm_and_asdf.rb', line 12 def detail if rvm_and_asdf_enabled? end |
#success? ⇒ Boolean
8 9 10 |
# File 'lib/gdk/diagnostic/rvm_and_asdf.rb', line 8 def success? !rvm_and_asdf_enabled? end |