# File lib/chef/provider/package/zypper.rb, line 83 def zypper_version() `zypper -V 2>&1`.scan(/\d+/).join(".").to_f end