Sha256: feb214e96c3130972b93784a2def96bf4d28770ded439ecebfe066ce84798221
Contents?: true
Size: 475 Bytes
Versions: 40
Compression:
Stored size: 475 Bytes
Contents
# frozen_string_literal: true require 'eac_fs/core_ext' module Avm module Applications class Base class AutoLocalSourcePath acts_as_instance_method common_constructor :application # @return [Pathname] def result application.scm.assert_main_at(fs_cache.path.to_pathname) end # @return [String] def fs_object_id application.id.to_s.parameterize end end end end end
Version data entries
40 entries across 40 versions & 2 rubygems