Project

of_if

0.0
No release in over a year
Generate images of Ruby source code that focus on identation. Discuss on the style and find heavy blocks with ease.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Of-If

Generate images of Ruby source code that focus on identation. Discuss on the style and find heavy blocks with ease.

Usage

# install the gem
$ gem install of_if
# run in your project directory, creates a new dir: ./of_if/
$ of-if
$ ls of_if/
  lib_version.png lib_mygem_application.rb

Development

$ bundle install
$ bundle exec rake specs

So, why the name?

Indentation often comes with conditional statements and branching of code, splitting the thoughts of a reader.

"of" is a pre-position 🤣 - it also indicates a relation to something, e.g. distance "of", direction (south of), etc.

License

The gem is available as open source under the terms of the MIT License.