alias by cldwalker
Creates, manages and saves aliases for class methods, instance methods, constants, delegated methods and more.
Install
gem install cldwalker-alias --source http://gems.github.com
Description
Creates aliases for class methods, instance methods, constants, delegated methods and more. Aliases can be easily searched or saved as YAML config files to load later. Custom alias types are easy to create with the DSL Alias provides. Although Alias was created with the irb user in mind, any Ruby console program can hook into Alias for creating configurable aliases.
Download
You can download this project in either zip or tar formats, or clone the project with Git:
$ git clone git://github.com/cldwalker/alias
Issues
Issues, bugs, feature requests? Please report them on github.
Links
Check out blog posts related to this project.
License
MIT
Authors
Gabriel Horner (gabriel.horner [AT] gmail.com)