The function `copycat_gists.create()` creates GitHub Gists.
Usage
copycat_gists.create(name, code, description)
Arguments
- name
The name of the Gist file.
- code
String with the code of the Gist.
- description
Code description.
Value
Message if successful.