Object
@private
# File lib/prawn/utilities.rb, line 35 def initialize @cache_id = "cache_#{self.object_id}".to_sym end
# File lib/prawn/utilities.rb, line 38 def [](key) (Thread.current[@cache_id] ||= {})[key] end
# File lib/prawn/utilities.rb, line 41 def []=(key,value) (Thread.current[@cache_id] ||= {})[key] = value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.