Project

class_stat

0.0
No commit activity in last 3 years
No release in over 3 years
Collect statistics about Class and Modules.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 5.0.0
~> 10.0
 Project Readme

ClassStat

Collect statistics about Class and Modules.

Installation

Add this line to your application's Gemfile:

gem 'class_stat'

And then execute:

$ bundle

Or install it yourself as:

$ gem install class_stat

Usage

Please add this line into your application.

require 'class_stat/setup'

And you will have a statistics result at the end of application.

All of result puts on STDOUT. If you want to store it into a file, then use 'CLASS_STAT_FILE' environment variable.

$ CLASS_STAT_FILE=/tmp/class_stat_result ruby ...

Please send your result to Koichi Sasada ko1@atdot.net. This information will help me to improve MRI.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/class_stat/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