Class: Reflex::Application
- Inherits:
-
Object
- Object
- Reflex::Application
- Includes:
- 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.
Methods included from Hookable
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 |