summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2020-03-17 18:23:24 +0800
committerGitHub <noreply@github.com>2020-03-17 18:23:24 +0800
commitae42014a915a04c6d6503908219ca1ebb95f65e0 (patch)
tree1069bac4a3ad62d8e37c4acf33a00d0ffade0595
parent10805da9c3c9c0f17941a112a2a07c5ab0e812a4 (diff)
parentf25f49d3a92a287d74bf53da6fb0170e939347fd (diff)
downloadpry-ae42014a915a04c6d6503908219ca1ebb95f65e0.tar.gz
Merge pull request #2089 from secf00tprint/master
removed gist section - Readme
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index 4848641b..8bd00c13 100644
--- a/README.md
+++ b/README.md
@@ -368,24 +368,6 @@ pry(main) ri Array#each
a -- b -- c --
```
-### Gist integration
-
-If the `gist` gem is installed then method source or documentation can be gisted
-to GitHub with the `gist` command. The `gist` command is capable of gisting
-[almost any REPL content](https://gist.github.com/cae143e4533416529726),
-including methods, documentation, input expressions, command source, and so
-on. In the example below we will gist the C source code for the `Symbol#to_proc`
-method to GitHub:
-
-```ruby
-pry(main)> gist -m Symbol#to_proc
-Gist created at https://gist.github.com/5332c38afc46d902ce46 and added to clipboard.
-pry(main)>
-```
-
-You can see the actual gist generated here:
-[https://gist.github.com/5332c38afc46d902ce46](https://gist.github.com/5332c38afc46d902ce46)
-
### Edit methods
You can use `edit Class#method` or `edit my_method` (if the method is in scope)