0.0
No commit activity in last 3 years
No release in over 3 years
The first time you run your code after requiring this module it will bleach your file, your code still runs but you can no longer see it, needs Ruby >= 1.9
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

Acme::Bleach

A silly gem that cleans your source file.

Installation

Just install it yourself as:

$ gem install acme-bleach

Usage

Require this gem and the first time you run your script your file will be cleaned of all the messy things like printable characters. The next time it will still run as usual, but without any visible code.

require 'acme/bleach'

NB: this should be in a .rb script that you're going to run. This is not a gem for Rails or to be included in another gem.

Acknowledgements

Damian Conway for the original Perl version from which I stole liberally.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request