Method: Jat::Plugins::Cache::InstanceMethods#to_str

Defined in:
lib/jat/plugins/cache/cache.rb

#to_str(object) ⇒ Object



29
30
31
32
# File 'lib/jat/plugins/cache/cache.rb', line 29

def to_str(object)
  context[:_format] = FORMAT_TO_STR
  cached(object) { super }
end