Class: Luogu::Base
- Inherits:
-
Object
- Object
- Luogu::Base
- Extended by:
- Dry::Configurable
- Defined in:
- lib/luogu/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
12 13 14 |
# File 'lib/luogu/base.rb', line 12 def config self.class.config end |
#logger ⇒ Object
8 9 10 |
# File 'lib/luogu/base.rb', line 8 def logger Application.logger end |