Class: Campo::Plugins::Plugin

Inherits:
Object
  • Object
show all
Includes:
Pluggable
Defined in:
lib/campo/plugins.rb

Instance Method Summary collapse

Methods included from Pluggable

#after_output, #before_output, #extras, #on_plugin, #plugged_in

Instance Method Details

#aftersObject



34
35
36
# File 'lib/campo/plugins.rb', line 34

def afters
  @afters ||= []
end

#beforesObject



30
31
32
# File 'lib/campo/plugins.rb', line 30

def befores
  @befores ||= []
end