Skip to content

makoto/japanize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Japanize

Simple library to calculate numbers in Japanese

Usage

Since there is no practical use of this (and doing massive pollution of global area), I better not to put this on rubygems.org. Just play at your own risk.

[japanize (master)]$ rake install japanize
japanize 0.0.1 built to pkg/japanize-0.0.1.gem
japanize (0.0.1) installed

[japanize (master)]$ gem list japanize

*** LOCAL GEMS ***

japanize (0.0.1)
[japanize (master)]$ irb
ruby-1.9.2-p0 > require 'japanize'
=> true 
ruby-1.9.2-p0 > 1に2をたして4を掛ける
=> 12 

Prerequisite

-- Ruby 1.9 with readline (for osx)

# http://d.hatena.ne.jp/rochefort/20100907/p1
rvm package install readline
rvm install 1.9.2 -C --with-readline-dir=$HOME/.rvm/usr

-- Enable Japanese on your machine (easy for osx)

TODO

  • It should handle floating points, but looks not working.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages