Method: RubyGit::CommandLine::Runner#initialize
- Defined in:
- lib/ruby_git/command_line/runner.rb
#initialize(env, binary_path, global_options, logger) ⇒ Runner
Create a an object to run git commands via the command line
32 33 34 35 36 37 |
# File 'lib/ruby_git/command_line/runner.rb', line 32 def initialize(env, binary_path, , logger) @env = env @binary_path = binary_path = @logger = logger end |