@private
# File lib/util/wrapper.rb, line 39 def self.included(base) base.extend(ClassMethods) end
# File lib/util/wrapper.rb, line 35 def self.registry @registry ||= {} end
@private
# File lib/util/wrapper.rb, line 31 def impl @impl end
@private
# File lib/util/wrapper.rb, line 26 def impl=(impl) @impl = impl end