summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Altmann <secf00tprint@gmail.com>2019-11-10 14:18:25 +0100
committerMatthias Altmann <secf00tprint@gmail.com>2019-11-10 14:18:25 +0100
commitf25f49d3a92a287d74bf53da6fb0170e939347fd (patch)
tree5886e32f87d56008a4f6a99349832f0d2d01247c /README.md
parentc9bebe9a6b054dc5800884a14b60d131445b1f7b (diff)
downloadpry-f25f49d3a92a287d74bf53da6fb0170e939347fd.tar.gz
removed gist section - Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index 762d899c..c1aa38b5 100644
--- a/README.md
+++ b/README.md
@@ -345,24 +345,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)