Flowdock
method

inner_detail_sub_panel

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Test::Unit::UI::GTK2::TestRunner
inner_detail_sub_panel() 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 98
          def inner_detail_sub_panel
            lazy_initialize(:inner_detail_sub_panel) do
              @inner_detail_sub_panel = Gtk::HBox.new
              @inner_detail_sub_panel.pack_start(fault_detail_label, false, false, 0)
            end
          end
Register or log in to add new notes.