class U3d::CommonInstaller
deprecated
Public Class Methods
sanitize_install(source_path, new_path, command, dry_run: false)
click to toggle source
# File lib/u3d/installer.rb, line 168 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