# File lib/rpm/c/rpmtag.rb, line 301 def self.rpmTagGetReturnType(tag) TagReturnType[rpmTagGetType(tag) & TagReturnType[:mask_return_type]] end