public
Rubygem
Description: the Rule Engine for Ruby
Home | Edit | New

Quick Start

This page provides a brief tutorial on how to get up and running with Ruleby.

First, make sure you have Ruby installed.

Installing the Gem Download the Ruleby Gem from RubyForge, and install the Gem with the following command
gem install ruleby
Downloading the Source Install an Git, and enter the following command
git clone git://github.com/mattup/ruleby.git
Change directories to ‘examples’
cd ruleby
cd examples
Execute the Hello World example
ruby example_hello.rb
You should see the following output
Hello World
Goodbye World
Last edited by mattup, Sun Jul 06 19:49:40 -0700 2008
Home | Edit | New
Versions: