Method: Inspec::ShellDetector#shell

Defined in:
lib/inspec/shell_detector.rb

#shellObject



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

def shell
  @shell = detect if !detected?(@shell)
  @shell
end