Sha256: d480369a0b10bcb5cb47ab137512ea91d681b207e5a69b9d354d04ef7ae8f416
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
# pry-pack The same idea as [pry-plus](https://github.com/rking/pry-plus). It uses [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) instead of [pry-debugger](https://github.com/nixme/pry-debugger) so that it works with newer rubies ## Included Gems * [pry](https://github.com/pry/pry) * [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) * [pry-stack_explorer](https://github.com/pry/pry-stack_explorer) * [pry-rescue](https://github.com/ConradIrwin/pry-rescue) * [pry-doc](https://github.com/pry/pry-doc) ## Installation Add this line to your application's Gemfile: ```ruby gem 'pry-pack' ``` And then execute: $ bundle Or install it yourself as: $ gem install pry-pack ## Contributing 1. Fork it ( https://github.com/[my-github-username]/pry-pack/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pry-pack-0.1.0 | README.md |