Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm working on a little Ruby editor/debugger. I wonder if I can remove the last line from the Ruby Console?
thank you.
NO there is no way via the API to modify the Console.
You can use a UI::WebDialog instead, and have full control over it's appearance.
UI::WebDialog
ok, thanks
Advertisement