Method: Gurke::Configuration::HookSet#initialize

Defined in:
lib/gurke/configuration.rb

#initializeHookSet

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of HookSet.



132
133
134
135
136
# File 'lib/gurke/configuration.rb', line 132

def initialize
  @before = []
  @after  = []
  @around = []
end