Update pry again
This commit is contained in:
parent
ba5f557547
commit
3d67b23fc1
8
pry.md
8
pry.md
|
@ -10,7 +10,7 @@ layout: default
|
||||||
> cd Array
|
> cd Array
|
||||||
```
|
```
|
||||||
|
|
||||||
```no-highlight
|
```nohighlight
|
||||||
> ls
|
> ls
|
||||||
Array.methods: [] try_convert
|
Array.methods: [] try_convert
|
||||||
Array#methods: & * + abbrev assoc at ...
|
Array#methods: & * + abbrev assoc at ...
|
||||||
|
@ -22,13 +22,13 @@ layout: default
|
||||||
|
|
||||||
### Code
|
### Code
|
||||||
|
|
||||||
```no-highlight
|
```nohighlight
|
||||||
> show-method Array#select
|
> show-method Array#select
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docs
|
### Docs
|
||||||
|
|
||||||
```no-highlight
|
```nohighlight
|
||||||
> ri Array
|
> ri Array
|
||||||
> ri Array#each
|
> ri Array#each
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ layout: default
|
||||||
|
|
||||||
### Finding
|
### Finding
|
||||||
|
|
||||||
```no-highlight
|
```nohighlight
|
||||||
> find-method each
|
> find-method each
|
||||||
Array#each
|
Array#each
|
||||||
Array#each_index
|
Array#each_index
|
||||||
|
|
Loading…
Reference in New Issue