From 3d67b23fc1c39bbeec316a718f3b89d8114dce68 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 15 Oct 2015 19:10:19 +0800 Subject: [PATCH] Update pry again --- pry.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pry.md b/pry.md index 67ed7b25d..2a828f27a 100644 --- a/pry.md +++ b/pry.md @@ -10,7 +10,7 @@ layout: default > cd Array ``` -```no-highlight +```nohighlight > ls Array.methods: [] try_convert Array#methods: & * + abbrev assoc at ... @@ -22,13 +22,13 @@ layout: default ### Code -```no-highlight +```nohighlight > show-method Array#select ``` ### Docs -```no-highlight +```nohighlight > ri Array > ri Array#each @@ -38,7 +38,7 @@ layout: default ### Finding -```no-highlight +```nohighlight > find-method each Array#each Array#each_index