Various little helpers.
-
Battle scars (distilled from production code)
-
Pure library, no monkey-patching
gem install blackbox
require 'blackbox/crypto'
require 'blackbox/string'
BB::Crypto.encrypt( ... )
BB::String.strip_ansi( ... )
# ...
All code is made available under the terms of the Mozilla Public License 2.0.