Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Rubygems
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc