OSDN Git Service

Regular updates
[twpd/master.git] / pry.md
diff --git a/pry.md b/pry.md
index 618a7a3..8e77b1a 100644 (file)
--- a/pry.md
+++ b/pry.md
@@ -1,8 +1,16 @@
 ---
 title: Pry
 category: Ruby libraries
+layout: 2017/sheet
 ---
 
+### About
+{: .-intro}
+
+Pry is a runtime development console for Ruby.
+
+- <https://github.com/pry/pry>
+
 ### cd
 
 ```
@@ -87,7 +95,7 @@ Also consider [pry-rails](https://rubygems.org/gems/pry-rails).
 
     > ls -i      # Instance vars
 
-    > ls -G xx   # Grey by regex
+    > ls -G xx   # Grep by regex
 
 ## Shell integration