Class: FlameServerToys::Template::Base
- Inherits:
-
Object
- Object
- FlameServerToys::Template::Base
- Includes:
- Memery, Toys::Template
- Defined in:
- lib/flame_server_toys/template/_base.rb
Overview
Base class for toys
Defined Under Namespace
Modules: CommonCode
Instance Method Summary collapse
-
#initialize(config_proc:) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(config_proc:) ⇒ Base
Returns a new instance of Base.
13 14 15 |
# File 'lib/flame_server_toys/template/_base.rb', line 13 def initialize(config_proc:) @config_proc = config_proc end |