Sha256: 5f01af7dc3c0f6a05a7d94082d6e0e6f42c6f0390783112c4635e4270a28ddb6
Contents?: true
Size: 902 Bytes
Versions: 2
Compression:
Stored size: 902 Bytes
Contents
# RShade ![warcraft shade](https://github.com/gingray/rshade/raw/master/shade.jpg) Ruby Shade or RShade gem to help you to reveal which code are used in program execution. ```ruby trace = RShade::Trace.new trace.reveal do #your code here end ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'rshade' ``` And then execute: $ bundle Or install it yourself as: $ gem install rshade ## Usage TODO: Write usage instructions here ## TODO Use stack to keep connections between current method and caller take a look on https://github.com/matugm/visual-call-graph ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rshade. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rshade-0.1.1 | README.md |
rshade-0.1.0 | README.md |