Sha256: 1bb45bef2b050b2d12c6ea6fe472d25f0d665832b14c59d62c6b9b6e081f2341

Contents?: true

Size: 705 Bytes

Versions: 4

Compression:

Stored size: 705 Bytes

Contents

# Blackbox [![Build Status](https://travis-ci.org/busyloop/blackbox.png?branch=master)](https://travis-ci.org/busyloop/blackbox)

Various little helpers.

## Features

* Battle scars (distilled from production code)

* [Fully tested](http://busyloop.github.com/blackbox/coverage/)

* [Documentation](http://busyloop.github.com/blackbox/doc/frames.html)

* Pure library, no monkey-patching


## Installation

`gem install blackbox`

## Usage

```ruby
require 'blackbox/crypto'
require 'blackbox/string'

BB::Crypto.encrypt( ... )
BB::String.strip_ansi( ... )

# ...
```

## License (MPL 2.0)

All code is made available under the terms of the [Mozilla Public License 2.0](http://www.mozilla.org/MPL/2.0/).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blackbox-1.1.2 README.md
blackbox-1.1.1 README.md
blackbox-1.1.0 README.md
blackbox-1.0.1 README.md