class FPM::Package::Empty

Empty Package type. For strict/meta/virtual package creation

Public Instance Methods

output(output_path) click to toggle source
# File lib/fpm/package/empty.rb, line 7
def output(output_path)
  logger.warn("Your package has gone into the void.")
end
to_s(fmt) click to toggle source
# File lib/fpm/package/empty.rb, line 10
def to_s(fmt)
  return ""
end