Method: Inspec::ShellDetector#shell

Defined in:
lib/inspec/shell_detector.rb

#shellObject



25
26
27
28
# File 'lib/inspec/shell_detector.rb', line 25

def shell
  @shell = detect unless detected?(@shell)
  @shell
end