Sha256: 7d5f95cb7a4e0e69136f00f13fdac0219fa8e954a20a141f17aac80a32415138
Contents?: true
Size: 272 Bytes
Versions: 67
Compression:
Stored size: 272 Bytes
Contents
class Specinfra::Command::Ubuntu::Base::Port < Specinfra::Command::Linux::Base::Port class << self def create(os_info=nil) if (os_info || os)[:release].to_i < 18 self else Specinfra::Command::Ubuntu::V18::Port end end end end
Version data entries
67 entries across 67 versions & 1 rubygems