mirror of
https://github.com/inspec/inspec
synced 2024-12-20 01:54:08 +00:00
10 lines
162 B
Ruby
10 lines
162 B
Ruby
|
# encoding: utf-8
|
||
|
|
||
|
class Vulcano::Backends::SpecinfraHelper
|
||
|
class OS < OSCommon
|
||
|
def initialize
|
||
|
@platform = Specinfra::Helper::Os.os
|
||
|
end
|
||
|
end
|
||
|
end
|