Sha256: 66c6325ec898ae1da255226acb0b277e35bd039acde84526700c308ec558dcd5
Contents?: true
Size: 986 Bytes
Versions: 1
Compression:
Stored size: 986 Bytes
Contents
pd, a print helper method for debug to Kernel ========================================== **Homepage**: [https://github.com/GutenLinux/pd](https://github.com/GutenLinux/pd) <br/> **Author**: Guten <br/> **License**: MIT License <br/> **Documentation**: [http://rubydoc.info/gems/pd/frames](http://rubydoc.info/gems/pd/frames) <br/> **Issue Tracker**: [https://github.com/GutenLinux/pd/issues](https://github.com/GutenLinux/pd/issues) <br/> Overview -------- pd(print debug), for debug only, like p, but use " " between each argument as separator instead of "\n". * search 'pd' is much easier than 'p' in source file. * sometimes use pd is much convient than p For example: a="foo" p a, a.length "foo" 3 pd a, a.length "foo" 3 Usage ----- add RUBYOPT="-r pd" as environment variable. pd "a","b" Install ---------- gem install pd Copyright --------- Copyright © 2011 by Guten. this library released under MIT-License, See {file:LICENSE} for futher details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pd-1.0.1 | README.md |