Class: Chemlab::Component
- Inherits:
-
Object
- Object
- Chemlab::Component
- Extended by:
- SingleForwardable
- Defined in:
- lib/chemlab/component.rb
Overview
The base representation of any UI component.
Direct Known Subclasses
Defined Under Namespace
Classes: DSL
Class Method Summary collapse
Class Method Details
.perform {|new| ... } ⇒ Object
11 12 13 |
# File 'lib/chemlab/component.rb', line 11 def self.perform yield new if block_given? end |