Sha256: 72771dfc3a9f27ab15f3c6b7c117846d18c82d7f8928240319999da0f055752e
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
class Specinfra::Command::Redhat::Base::Port < Specinfra::Command::Base::Port class << self def create(os_info=nil) if (os_info || os)[:release].to_i < 7 self else Specinfra::Command::Redhat::V7::Port 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/port.rb |