Class: Blower::Plugin

Inherits:
Object show all
Extended by:
Forwardable
Defined in:
lib/blower/plugin.rb

Instance Method Summary collapse

Constructor Details

#initialize(context) ⇒ Plugin

Returns a new instance of Plugin.



8
9
10
# File 'lib/blower/plugin.rb', line 8

def initialize (context)
  @context = context
end