Hello!
My name in Claudiu Olteanu and I want to implement a shell in the Master UI. The problem is that I don't know how to capture the output of the IRB's commands. I tried to create a new ruby class which runs the commands and save the stdout but it can't call any IRB's methods. I've never used ruby before, so please give me some tips! You can find a sample of my code here [1]. Best regards, Claudiu [1] - http://stackoverflow.com/questions/11457960/rubynomethoderror-call-a-ruby-method-from-java
