[ 原始碼: pry ]
套件: pry (0.11.3-1)
pry 的相關超連結
Trisquel 的資源:
下載原始碼套件 pry:
維護者:
Original Maintainers:
- Debian Ruby Extras Maintainers (郵件存檔)
- Youhei SASAKI
外部的資源:
- 主頁 [pryrepl.org]
相似套件:
powerful irb alternative and runtime developer console
Pry is a powerful alternative to the standard IRB shell for Ruby. It is written from scratch to provide a number of advanced features, some of these include:
- Source code browsing (including core C source with the pry-doc gem) - Documentation browsing - Live help system - Open methods in editors (`edit-method Class#method`) - Syntax highlighting - Command shell integration (start editors, run git, and rake from within Pry) - Gist integration - Navigation around state (`cd`, `ls` and friends) - Runtime invocation (use Pry as a developer console or debugger) - Exotic object support (BasicObject instances, IClasses, ...) - A Powerful and flexible command system - Ability to view and replay history - Many convenience commands inspired by IPython, Smalltalk and other advanced REPLs
其他與 pry 有關的套件
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-coderay (>= 1.1.0)
- Ruby library for syntax highlighting
-
- dep: ruby-method-source (>= 0.9.0)
- Retrieve the sourcecode for a method as a Ruby string