V8::Port
3 4 5 6 7 8 9 10
# File 'lib/specinfra/command/debian/base/port.rb', line 3 def create(os_info=nil) release = (os_info || os)[:release] if ["testing", "unstable"].include?(release) || release.to_i >= 8 Specinfra::Command::Debian::V8::Port else self end end