Class: U3d::CommonInstaller

Inherits:
Object
  • Object
show all
Defined in:
lib/u3d/installer.rb

Overview

deprecated

Class Method Summary collapse

Class Method Details

.sanitize_install(source_path, new_path, command, dry_run: false) ⇒ Object



175
176
177
178
# File 'lib/u3d/installer.rb', line 175

def self.sanitize_install(source_path, new_path, command, dry_run: false)
  UI.deprecated("Use U3dCore::AdminTools.move_files")
  U3dCore::AdminTools.move_file(source_path, new_path, command, dry_run: dry_run)
end