Method: Inspec::ShellDetector#initialize
- Defined in:
- lib/inspec/shell_detector.rb
#initialize ⇒ ShellDetector
Returns a new instance of ShellDetector.
21 22 23 |
# File 'lib/inspec/shell_detector.rb', line 21 def initialize @shell = NOT_DETECTED end |