Method: Inspec::Resources::YumRepo#initialize
- Defined in:
- lib/resources/yum.rb
#initialize(yum, reponame) ⇒ YumRepo
Returns a new instance of YumRepo.
107 108 109 110 |
# File 'lib/resources/yum.rb', line 107 def initialize(yum, reponame) @yum = yum @reponame = reponame end |