Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdlm/verveine-ruby
Quick hack to get statistics on method visibility in Ruby code, using Yard
https://github.com/cdlm/verveine-ruby
Last synced: about 2 months ago
JSON representation
Quick hack to get statistics on method visibility in Ruby code, using Yard
- Host: GitHub
- URL: https://github.com/cdlm/verveine-ruby
- Owner: cdlm
- Created: 2013-02-05T13:48:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-06T17:22:27.000Z (almost 12 years ago)
- Last Synced: 2024-10-10T13:27:41.585Z (2 months ago)
- Language: Ruby
- Size: 116 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This is a quick hack to get statistics on method visibility in Ruby code, using [Yard][].
It generates a very minimal [FAMIX][] file for loading into [Moose][].## Installation and usage
Get the code, then
gem install yard
./verveine-ruby $RUBY_CODE_DIRECTORY > file.famixIt was hastily hacked with Yard 0.8.4 on Ruby 1.9.3.
[yard]: http://yardoc.org/
[famix]: http://www.moosetechnology.org/docs/famix
[moose]: http://www.moosetechnology.org