Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

busyloop/blackbox

Repository files navigation

Blackbox Build Status Gem Version

Various little helpers.

Features

Installation

gem install blackbox

Usage

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.