Method: VMC::Detector#all_frameworks
- Defined in:
- lib/vmc/detect.rb
#all_frameworks ⇒ Object
helper so that this is cached somewhere
75 76 77 |
# File 'lib/vmc/detect.rb', line 75 def all_frameworks @all_frameworks ||= @client.frameworks end |