mirror of
https://github.com/inspec/inspec
synced 2024-12-19 01:23:50 +00:00
11 lines
217 B
Ruby
11 lines
217 B
Ruby
# encoding: utf-8
|
|
# author: Dominik Richter
|
|
# author: Christoph Hartmann
|
|
|
|
class Vulcano::Backends::SpecinfraHelper
|
|
class OS < OSCommon
|
|
def initialize
|
|
@platform = Specinfra::Helper::Os.os
|
|
end
|
|
end
|
|
end
|