text-converter

Description

Installation

Archive Installation

rake install

Gem Installation

gem sources -a http://gems.github.com/  
gem install youpy-text-converter

Features/Problems

Synopsis

require 'text_converter'

converter = TextConverter.new
converter.convert('アレ', 'テストです') #=> 'アレです'
Author

youpy <[email protected]>

Copyright

Copyright © 2009 youpy

License

MIT