module ZTK::Command::Download

Command Download Functionality

Public Instance Methods

download(*args) click to toggle source

Not Supported @raise [CommandError] Not Supported

# File lib/ztk/command/download.rb, line 9
def download(*args)
  log_and_raise(CommandError, "Not Supported")
end