Class: Test::Unit::UI::GTK::EnhancedLabel

Inherits:
Gtk::Label
  • Object
show all
Defined in:
lib/test/unit/ui/gtk/testrunner.rb

Instance Method Summary collapse

Instance Method Details

#set_text(text) ⇒ Object



397
398
399
# File 'lib/test/unit/ui/gtk/testrunner.rb', line 397

def set_text(text)
  super(text.gsub(/\n\t/, "\n" + (" " * 4)))
end