# File lib/cft/rpm.rb, line 210 def initialize(path, package, file) @path = path @file = file @package = PackageHandle.new(package) end