Sha256: aa56acc969b2fc1a33f8a5419dc4270766d4e5f3a1d3541ea3cb7efdb80b32a6
Contents?: true
Size: 232 Bytes
Versions: 29
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' module EacTemplates module Abstract class FsObjectByPathname common_constructor :path do self.path = path.to_pathname end end end end
Version data entries
29 entries across 29 versions & 2 rubygems