Flowdock
method

set_text

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Test::Unit::UI::GTK::EnhancedLabel
set_text(text) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/test/unit/ui/gtk/testrunner.rb, line 397
          def set_text(text)
            super(text.gsub(/\n\t/, "\n" + (" " * 4)))
          end
Register or log in to add new notes.