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