Sha256: 0328a3471868c01b159732e56f0431a0f0370818bb4d30716900684ce7ef0c9f
Contents?: true
Size: 408 Bytes
Versions: 113
Compression:
Stored size: 408 Bytes
Contents
# frozen_string_literal: true module Avm module EacLatexBase0 module Sources class Build class File module BaseStereotype private def target_subpath subpath end def copy(target_path) FileUtils.copy_file(source_path, target_path) end end end end end end end
Version data entries
113 entries across 113 versions & 2 rubygems