diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-02-25 03:40:26 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-27 13:22:42 +0700 |
commit | a6016ba9cc324dd07fa4d1ea5030c2ba767c1b6e (patch) | |
tree | 6be7fca42c2931d711a22c9df0be8d3eabd9160b /ruby/rubygem-pry/README | |
parent | 1d9d1cdfb6e8f069572b8c9e8220aa96984006cc (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/README | 3 |
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. |