[Source]
# File test/unit/ui/gtk/testrunner.rb, line 395 def set_text(text) super(text.gsub(/\n\t/, "\n" + (" " * 4))) end
[Validate]