Skip to content

bmc/grizzled-ruby

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Grizzled Ruby

Intro

The Grizzled Ruby Utility Library is a general-purpose Ruby library with a variety of different modules and classes. Basically, it's an organized dumping ground for various useful APIs I find I need. It's similar, in concept, to my Grizzled Python and Grizzled Scala libraries, for Python and Scala, respectively.

It can be built as a gem, but the gem isn't (yet) public.

To build

$ git clone git://github.com/bmc/grizzled-ruby.git
$ cd grizzled-ruby
$ gem build grizzled-ruby.gemspec
$ gem install grizzled-ruby

To use in your code

require 'grizzled'

Copyright and License

This code is copyright © 2011 Brian M. Clapper and is released under a BSD License.

About

General purpose library of Ruby stuff

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages