Class: TestHarness::UIComponent
- Inherits:
-
Object
- Object
- TestHarness::UIComponent
- Defined in:
- lib/ui_component.rb
Class Method Summary collapse
Class Method Details
.component {|@c| ... } ⇒ Object
4 5 6 7 8 |
# File 'lib/ui_component.rb', line 4 def component @c ||= OpenStruct.new yield @c if block_given? @c end |