Module: RailsPipeline::Subscriber::ClassMethods

Defined in:
lib/rails-pipeline/subscriber.rb

Instance Method Summary collapse

Instance Method Details

#handler_method_cacheObject



176
177
178
# File 'lib/rails-pipeline/subscriber.rb', line 176

def handler_method_cache
  @handler_method_cache ||= {}
end

#handler_method_cache=(cache) ⇒ Object



180
181
182
# File 'lib/rails-pipeline/subscriber.rb', line 180

def handler_method_cache=(cache)
  @handler_method_cache = cache
end