cyzanfar / memethod

method count for your Ruby code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem Version

memethod

method count for your Ruby code

Installation

Add this line to your aplication's Gemfile

 gem 'memethod'

then execute $ bundle install

or install it yourself $ gem install memethod

Usage

ex: memethod => will read all files in your project directory and subdirectory that has the extension .rbin order to calculate the total number of methods.

##Contribute

Fork it ( https://github.com/[my-github-username]/memethod/fork )

Create your feature branch (git checkout -b my-new-feature)

Commit your changes (git commit -am 'Add some feature')

Push to the branch (git push origin my-new-feature)

Create a new Pull Request

About

method count for your Ruby code


Languages

Language:Ruby 100.0%