Class: Reflex::Application
- Inherits:
-
Object
- Object
- Reflex::Application
- Includes:
- Xot::Hookable, Xot::Inspectable, Xot::Setter
- Defined in:
- lib/reflex/application.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(options = nil, &block) ⇒ Application
constructor
A new instance of Application.
- #windows ⇒ Object
Constructor Details
#initialize(options = nil, &block) ⇒ Application
Returns a new instance of Application.
20 21 22 23 24 |
# File 'lib/reflex/application.rb', line 20 def initialize( = nil, &block) super() set if @start_block = block if block end |
Class Method Details
Instance Method Details
#windows ⇒ Object
26 27 28 |
# File 'lib/reflex/application.rb', line 26 def windows() to_enum :each_window end |