Sha256: c1e6dc1b33741dd7ea54082a0e974970be52340e9a8ba95e1f4abd1f3cb85e26

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

# Enrycher

This is a stupid, simple gem 5 minute gem I wrote to play with the [Enrycher](http://ailab.ijs.si/tools/enrycher/) text-processing API.

## Install

`gem install enrycher` or add `gem 'enrycher'` to your Gemfile.

## Usage

    require 'enrycher'
    
    text = <<TEXT
    Confluence combines powerful online authoring capabilities, deep Office integration and an extensive plugin catalogue to help people work better together and share information effortlessly.
    TEXT

    Enrycher.process(text)
    Enrycher.print 
      #=> prints the unaltered XML response from the server. Why did I use Nokogiri? Good question.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enrycher-0.1.0 README.md