V18::Port
3 4 5 6 7 8 9
# File 'lib/specinfra/command/ubuntu/base/port.rb', line 3 def create(os_info=nil) if (os_info || os)[:release].to_i < 18 self else Specinfra::Command::Ubuntu::V18::Port end end