aboutsummaryrefslogtreecommitdiff
path: root/ruby/rubygem-pry/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-02-25 03:40:26 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-27 13:22:42 +0700
commita6016ba9cc324dd07fa4d1ea5030c2ba767c1b6e (patch)
tree6be7fca42c2931d711a22c9df0be8d3eabd9160b /ruby/rubygem-pry/README
parent1d9d1cdfb6e8f069572b8c9e8220aa96984006cc (diff)
ruby/rubygem-pry: Added (Alternative IRB shell for Ruby).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'ruby/rubygem-pry/README')
-rw-r--r--ruby/rubygem-pry/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-pry/README b/ruby/rubygem-pry/README
new file mode 100644
index 000000000000..ebb1420fe2f5
--- /dev/null
+++ b/ruby/rubygem-pry/README
@@ -0,0 +1,3 @@
+Pry is a powerful alternative to the standard IRB shell for Ruby.
+It features syntax highlighting, a flexible plugin architecture,
+runtime invocation and source and documentation browsing.