Sha256: c0a47bdd9e2559b024d5628b1b7a2138ec73830da37a6e23b94ae5585ea98d71
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
class Specinfra::Command::Redhat::Base::Host < Specinfra::Command::Base::Host class << self def create(os_info=nil) if (os_info || os)[:release].to_i < 7 self else Specinfra::Command::Redhat::V7::Host end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
specinfra-2.82.0 | lib/specinfra/command/redhat/base/host.rb |