Flowdock
method

status_entry

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: Test::Unit::UI::GTK2::TestRunner
status_entry() private

No documentation

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

Hide source
# File lib/test/unit/ui/gtk2/testrunner.rb, line 67
          def status_entry
            lazy_initialize(:status_entry) do
              @status_entry = Gtk::Entry.new
              @status_entry.editable = false
            end
          end
Register or log in to add new notes.