Sha256: 82ef9f01c0fba7350914156a42923a8d6f2991bb45767a0ce58b58b7f7c78b26
Contents?: true
Size: 472 Bytes
Versions: 6
Compression:
Stored size: 472 Bytes
Contents
# frozen_string_literal: true require 'eac_launcher/git/base' require 'eac_ruby_utils/patch' require 'eac_ruby_utils/require_sub' ::EacRubyUtils.require_sub(__FILE__) module Avm module Patches module EacLauncherGitBase def execute(*args) args, options = build_args(args) ::EacRubyUtils::Envs.local.command(*args).execute(options) end end end end ::EacRubyUtils.patch(::EacLauncher::Git::Base, ::Avm::Patches::EacLauncherGitBase)
Version data entries
6 entries across 6 versions & 1 rubygems