inspec/lib/vulcano/backend/specinfra_os.rb
Christoph Hartmann 8fff2ee989 add author header
2015-10-06 18:55:44 +02:00

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