module Zen::Service::Plugins::ExecutionCache

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/zen/service/plugins/execution_cache.rb, line 8
def initialize(*)
  super
  extend Extension
end