Sha256: 05811032bab2f08916d099bd39e74ac32e95edeb4f32609ab23241f65c3f1042
Contents?: true
Size: 317 Bytes
Versions: 107
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true module Avm module EacWritingsBase0 class FileBuild module BaseStereotype private def target_subpath subpath end def copy(target_path) FileUtils.copy_file(source_path, target_path) end end end end end
Version data entries
107 entries across 107 versions & 2 rubygems