# File lib/r10k/instance_cache.rb, line 12 def initialize(klass, method = :new) @klass = klass @method = method @instances = {} end