# File lib/puppet/provider/package/yum.rb, line 99 99: def update 100: # Install in yum can be used for update, too 101: self.install 102: end