module Gtin2atc

Constants

VERSION
WorkDir

Public Class Methods

download_finished(file, remove_file = true) click to toggle source
# File lib/gtin2atc/util.rb, line 45
def Gtin2atc.download_finished(file, remove_file = true)
end
log(msg) click to toggle source
# File lib/gtin2atc.rb, line 6
def self.log(msg)
  Util.debug_msg(msg)
end