RubyGems Navigation menu

pry-suite 1.0.0

pry-suite is designed to set up a nice Pry ecosystem out of the box. With pry-suite, you are given Pry with access to a suite of great plugins. Currently, the following plugins will get installed along with Pry: * pry-byebug (Integration with the byebug Ruby debugger)* On Ruby 1.9.x, this is replaced with pry-debugger * pry-doc (allows you to look into the Ruby builtin classes with the ? and $ commands) * pry-docmore (extends pry-doc for dollar-variables and keywords) * pry-git (method-level git commands) * pry-highlight (reformat strings with pretty-printing, auto-detecting JSON/XML/Ruby) * pry-pretty-numeric (reformats large numbers, e.g. 1234567890 to 1_234_567_890) * pry-rescue (provides `Pry.rescue { ... }` blocks to capture any exceptions and start a Pry session) * pry-stack_explorer (allows you to navigate the call stack)

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.2.0 - October 28, 2014 (4.5 KB)
  2. 1.1.1 - July 22, 2014 (4.5 KB)
  3. 1.1.0 - June 19, 2014 (4.5 KB)
  4. 1.0.0 - June 18, 2014 (5.0 KB)

Runtime 相依性套件 (10):

擁有者:

作者:

  • David Celis

SHA 256 checksum:

1cbadca64c023cd997e09802faeb02be8a88cd6eab0c4fe7d962c28618f1826a

總下載次數 55,054

這個版本 2,336

License:

MIT

Ruby 版本需求: >= 1.9.3

相關連結: