public
Description: YstSimRB is a simple yeast simulator writen in ruby.
Homepage: www.geeklob.wordpress.com
Clone URL: git://github.com/indigo747/ystsimrb.git
name age message
file AUTHORS Loading commit data...
file LICENSE
file README
file TODO
directory lib/
file start_yeast.rb
file ystsimrb_1.0.0.tar.gz
README
~=-=-=-=-=-=-=-=-=-=-=-=~
README
~=-=-=-=-=-=-=-=-=-=-=-=~
Welcome to YstSimRB. To use YstSimRB, you need ruby. Plain and simple, you need it. It's not hard to get, I don't think.

Once you have ruby, to run YstSimRB, all you need to type is:
  ./start_yeast.rb
You need to be in the YstSimRB directory for this to work. You can also type:
  ruby start_yeast.rb
There isn't much difference.

Currently, the only help system in YstSimRB is the "?" command from inside YstSimRb. This provides a brief overview of 
what each command does. There is also a hidden command, not mentioned in the "?" command, that you get for free just
for reading this file. The command is "d". It stands for debug, and it doesn't do anything yet. Exciting, huh?

That's about it, there should be a "docs" directory containing all the help files soon.