# File lib/cft/rpm.rb, line 312 def self.yaml_new( klass, tag, val ) args = yaml_attributes.collect { |a| val[a] } self.new(*args) end