Personal tools
Skip to content. | Skip to navigation
Ruby string class extension. It add some methods to set color, background color and text effect on console easier. Uses ANSI escape sequences.
The complete solution for Ruby command-line executables. Commander bridges the gap between other terminal related libraries you know and love (OptionParser, HighLine), while providing many new features, and an elegant API.
Host CommonJS JavaScript environments in Ruby
You've got a script. It's got some settings. Some settings are for this module, some are for that module. Most of them don't change. Except on your laptop, where the paths are different. Or when you're in production mode. Or when you're testing from the command line. "" So, Consigliere of mine, I think you should tell your Don what everyone knows. "" -- Don Corleone Configliere manage settings from many sources: static constants, simple config files, environment variables, commandline options, straight ruby. You don't have to predefine anything, but you can ask configliere to type-convert, require, document or password-obscure any of its fields. Modules can define config settings independently of each other and the main program.
parses configuration files compatable with Python's ConfigParser
Ruby configuration gem provides a mechanism for configuring ruby programs with ruby configuration files.
This package contains documentation for rubygem-configuration.
Write declarative tests using nested contexts without performance penalties. Contest is less than 100 lines of code and gets the job done.
Allows for parsing and returning cookies in Ruby HTTP client code