Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
shellting / templates / function.j2
Size: Mime:
function {{ func.id }} {
{% with indent=4, local_vars=True %}
{% include "body.j2" %}
{% endwith %}

}