Hi you all,
anybody knows and/or uses Ruby plugin for Eclipse or EasyEclipse? If
not, just don't keep on reading
If yes... I am writing a simple program:
路路路
---------------------------------
print "Enter your new idea: "
idea = gets
print "I get your idea"
---------------------------------
When I run the program in EasyEclipse nothing appears in the console. I
have to type my idea and then the two "print's" appear together at the
end. Do you know how can I get a real interactive view of the console?
Thanks
When I run the program in EasyEclipse nothing appears in the console. I
have to type my idea and then the two "print's" appear together at the
end. Do you know how can I get a real interactive view of the console?
Thanks
wipe_mutterings_from( 123 )
print what_he_said
*****************
Theoretically, the console has to show the "what he said" sentence and
then the error... However, it occurs the other way round, even with the
$stdout set to true. Suggestions will be welcome
wipe_mutterings_from( 123 )
print what_he_said
*****************
Theoretically, the console has to show the "what he said" sentence and
then the error... However, it occurs the other way round, even with the
$stdout set to true. Suggestions will be welcome
um...yes...I tried with that variable... and it dind't
work...however...I have tried right now and it already works fine...I
should be doing something wrong... thanks