Sha256: b92cdb0b0e8133cb04617a0d3cb4042657f55b412cd95ef974c1fc4e3fcad33c

Contents?: true

Size: 398 Bytes

Versions: 7

Compression:

Stored size: 398 Bytes

Contents

# frozen_string_literal: true

require 'avm/patches/eac_ruby_gems_utils/gem'
require 'eac_ruby_utils/core_ext'

module Avm
  module Projects
    module Stereotypes
      class RubyGem
        module LocalProjectMixin
          # @return [EacRubyGemsUtils::Gem]
          def ruby_gem
            @ruby_gem ||= ::EacRubyGemsUtils::Gem.new(path)
          end
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
avm-tools-0.66.0 lib/avm/projects/stereotypes/ruby_gem/local_project_mixin.rb
avm-tools-0.65.0 lib/avm/projects/stereotypes/ruby_gem/local_project_mixin.rb
avm-tools-0.64.2 lib/avm/projects/stereotypes/ruby_gem/local_project_mixin.rb
avm-tools-0.64.1 lib/avm/projects/stereotypes/ruby_gem/local_project_mixin.rb
avm-tools-0.64.0 lib/avm/projects/stereotypes/ruby_gem/local_project_mixin.rb
avm-tools-0.63.0 lib/avm/projects/stereotypes/ruby_gem/local_project_mixin.rb
avm-tools-0.62.4 lib/avm/projects/stereotypes/ruby_gem/local_project_mixin.rb