C:\trane\logicagent>ruby logicbot.rb Hello I have loaded C:/trane/logicagent/logicagent-api.yaml. C:/trane/logicagent/graph.yaml loaded. > reset graph Okay, I have reset the graph. > money = speech Okay, money = speech. > speech should be free Okay, speech should be free. > should money be free? Yes, money is be free. > logicbot: if response =~ /is be/ then response.sub!(/is be/, 'should be') end Okay I have added if response =~ /is be/ then response.sub!(/is be/, 'should be' ) end. > why should money be free? money should be free because: money = speech, and speech = free >