From f25f49d3a92a287d74bf53da6fb0170e939347fd Mon Sep 17 00:00:00 2001 From: Matthias Altmann Date: Sun, 10 Nov 2019 14:18:25 +0100 Subject: removed gist section - Readme --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.1