Class: Test::Unit::UI::GTK2::EnhancedLabel

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

Instance Method Summary collapse

Instance Method Details

#set_text(text) ⇒ Object



19
20
21
# File 'lib/test/unit/ui/gtk2/testrunner.rb', line 19

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