# File lib/puppet/provider/package/yum.rb, line 91 91: def update 92: # Install in yum can be used for update, too 93: self.install 94: end