Class: Test::Unit::UI::GTK2::EnhancedLabel
- Inherits:
-
Gtk::Label
- Object
- Gtk::Label
- Test::Unit::UI::GTK2::EnhancedLabel
- Defined in:
- lib/test/unit/ui/gtk2/testrunner.rb
Instance Method Summary collapse
Instance Method Details
#set_text(text) ⇒ Object
16 17 18 |
# File 'lib/test/unit/ui/gtk2/testrunner.rb', line 16 def set_text(text) super(text.gsub(/\n\t/, "\n ")) end |