Skip to content

Using WANG in your programs

joux3 edited this page Sep 12, 2010 · 4 revisions

Thanks to RubyGems & github’s RubyGem support, using WANG is a piece of cake.

To install the RubyGem, execute this command


gem install kamu-wang -s http://gems.github.com/

And to use it in your programs


require 'rubygems'
require 'wang'

w = WANG.new() # works!

Clone this wiki locally