Class: Jets::Core::Config::Base
- Inherits:
-
Object
- Object
- Jets::Core::Config::Base
- Extended by:
- Memoist
- Includes:
- Util::Camelize, Singleton
- Defined in:
- lib/jets/core/config/base.rb
Instance Method Summary collapse
Methods included from Util::Camelize
Instance Method Details
#config ⇒ Object
13 14 15 |
# File 'lib/jets/core/config/base.rb', line 13 def config self end |
#configure(&block) ⇒ Object
9 10 11 |
# File 'lib/jets/core/config/base.rb', line 9 def configure(&block) instance_eval(&block) if block end |