Displaying 1 result from an estimated 1 matches for "sage_unit".
Did you mean:
age_unit
2008 Aug 02
0
Customize Errors from method
I have this:
begin
sage = Net::Telnet::new( ''Host'' => sage_unit,
''Prompt'' => /\>/
)
rescue TimeoutError
fail "Connection timed out, waiting to reconnect."
end
It outputs the text but also it gives the links for stack trace and
stuff. Is there a way to just get the text back and that is all?? I
do not want...