Class: Syskit::GUI::Composer
- Defined in:
- lib/syskit/gui/composer.rb
Instance Method Summary collapse
-
#initialize(parent = nil) ⇒ Composer
constructor
A new instance of Composer.
Constructor Details
#initialize(parent = nil) ⇒ Composer
Returns a new instance of Composer
4 5 6 |
# File 'lib/syskit/gui/composer.rb', line 4 def initialize(parent = nil) super end |