Class: FluentCommandBuilder::WindowsVersionDetector
- Inherits:
-
Object
- Object
- FluentCommandBuilder::WindowsVersionDetector
- Defined in:
- lib/fluent_command_builder/version_detectors/windows_version_detector.rb
Instance Method Summary collapse
Instance Method Details
#version(path = nil) ⇒ Object
6 7 8 9 |
# File 'lib/fluent_command_builder/version_detectors/windows_version_detector.rb', line 6 def version(path=nil) d = StandardVersionDetector.new 'ver' d.version end |