Class: KDoc::Decorators::SettingsDecorator
- Inherits:
-
KDecor::BaseDecorator
- Object
- KDecor::BaseDecorator
- KDoc::Decorators::SettingsDecorator
- Defined in:
- lib/k_doc/decorators/settings_decorator.rb
Instance Method Summary collapse
-
#initialize ⇒ SettingsDecorator
constructor
A new instance of SettingsDecorator.
Constructor Details
#initialize ⇒ SettingsDecorator
Returns a new instance of SettingsDecorator.
7 8 9 |
# File 'lib/k_doc/decorators/settings_decorator.rb', line 7 def initialize super(KDoc::Settings) end |