Class: Bridgetown::Plugin

Inherits:
Object
  • Object
show all
Extended by:
ActiveSupport::DescendantsTracker
Includes:
Prioritizable
Defined in:
lib/bridgetown-core/plugin.rb

Direct Known Subclasses

Converter, Generator

Instance Method Summary collapse

Methods included from Prioritizable

#<=>, included

Constructor Details

#initialize(config = {}) ⇒ Plugin

Initialize a new plugin. This should be overridden by the subclass (generator or converter)

Parameters:



19
20
21
# File 'lib/bridgetown-core/plugin.rb', line 19

def initialize(config = {}) # rubocop:disable Style/RedundantInitialize
  # no-op for default
end