Sha256: 6df8c2c8053077a1cf3a6866159333f4fd29f58f2d3f42b0f57cc6f97106fe98
Contents?: true
Size: 625 Bytes
Versions: 1
Compression:
Stored size: 625 Bytes
Contents
walters [![Build Status](https://travis-ci.org/wmeissner/walters.png)](https://travis-ci.org/wmeissner/walters) ====== [Walters](https://github.com/wmeissner/walters) is a JRuby wrapper for the [Houdini](https://github.com/vmg/houdini) html escaping library ##### Example usage jruby-1.7.4.dev :001 > require 'walters' => true jruby-1.7.4.dev :002 > Walters.escape_html('<html>') => "<html>" The same extension can be used from the legacy CRuby VM as well (aka MRI) 2.0.0p0 :001 > require 'walters' => true 2.0.0p0 :002 > Walters.escape_html('<html>') => "<html>"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
walters-0.0.1 | README.md |