在eclipse3.2下我安装了RDT插件org.rubypeople.rdt-0.9.1.200711131528NGT,安装之后我配置了Windowns>Preferences>Ruby>Installed Interpreters是它指向我的ruby安装目录D:\ruby,其实是默认好的.
然后我写了一个测试的程序
[color=blue]class S
def aaa
puts "sss"
end
end[/color]
但我执行的时候确没有任何反映,控制台里不显示我要打出的信息也不报错,谁能帮我解决下这个问题