# File lib/fpm/package/osxpkg.rb, line 159
  def to_s(format=nil)
    return super(format.nil? ? "NAME-VERSION.EXTENSION" : format)
  end