method_helpers

Provides helper methods for objects in general, similar in function to Ruby's Object.methods method.

Installation

Add this to your application's shard.yml:

dependencies:
  method_helpers:
    github: willamin/method_helpers

Usage

require "method_helpers"

TODO Write usage instructions here

Until I write usage here, take a look at the tests.

Contributing

  1. Fork it ( https://github.com/willamin/method_helpers/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

Contributors