# File lib/fpm/package/apk.rb, line 504 def to_s(format=nil) return super("NAME_FULLVERSION_ARCH.TYPE") if format.nil? return super(format) end