# File lib/specinfra/command/openbsd/base/service.rb, line 3 def create(os_info=nil) if (os_info || os)[:release].to_f < 5.7 self else Specinfra::Command::Openbsd::V57::Service end end