Sha256: 79ab43b74e68824b618b232b46a9d9c11c9956fcaa6ed700663f5d072240cbf7
Contents?: true
Size: 359 Bytes
Versions: 98
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true require 'eac_git/local' require 'eac_ruby_utils/core_ext' module Avm module Git module LauncherStereotypes class Git module LocalProjectMixin # @return [EacGit::Local] def git_repo @git_repo ||= ::EacGit::Local.new(path) end end end end end end
Version data entries
98 entries across 98 versions & 2 rubygems