inspectable

Inspectable helps you to customize the output of your Ruby classes’s ‘inspect’ method.

More documentation forthcoming.

Installation instructions

gem install inspectable

Example usage

require 'inspectable'

class FancyObject
  include Inspectable
end

Copyright © 2010 Jordi Bunster, released under the MIT license