Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Robert B Love
RE: Where Are Examples or Docs? [ reply ]  
2007-02-09 03:21
Yes, I see that today. It still leaves me wondering how do I see the data before the match? For example I want to

r.spawn()
r.expect()
# process data from process
# to know what answer to give next
r.puts(answer learned from before match)

By: Brian Corbin
RE: Where Are Examples or Docs? [ reply ]  
2007-02-08 19:21
The 0.5 version includes one example file, "takeover". This should give you a good idea how to use it.

By: Robert B Love
Where Are Examples or Docs? [ reply ]  
2007-02-06 03:41
I see the download bundle but there doesn't seem to be any documentation and I get URL not found when I try and visit the example page here. I'm fairly new to Ruby and could use all the help I can get so if I'm missing some obvious documenation please point it out.

Thanks,

--bob