# File lib/r10k/module/git.rb, line 21 def initialize(title, dirname, args) super parse_options(@args) @repo = R10K::Git::StatefulRepository.new(@ref, @remote, @dirname, @name) end