rugem

rugem is just a wrapper to load rubygems library with command line option before running some ruby script

Synopsis

$ rugem -r open-uri/cache/memcache my_script.rb

You can use one liner with -e option. or other ruby options.

$ rugem -r active_support -e "p [].blank?"

Description

It’s useful for debug switching or writing just some snipets.

Installation

Archive Installation

rake install

Gem Installation

gem install rugem

Features/Problems

Author

Keiji, Yoshimi <walf443 at gmail.com>

Copyright

Copyright © 2008 Keiji, Yoshimi

License

you can redistribute it and/or modify it under the same terms as Ruby itself.