You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

enrycher

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enrycher

0.1.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

Enrycher

This is a stupid, simple gem 5 minute gem I wrote to play with the 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.

FAQs

Package last updated on 06 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts