Class: Reflex::Application
- Inherits:
-
Object
- Object
- Reflex::Application
- Includes:
- Hookable, 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.
21 22 23 24 25 |
# File 'lib/reflex/application.rb', line 21 def initialize ( = nil, &block) super() set if @start_block = block if block end |