# File lib/termtter/memory_cache.rb, line 68
      def try_clone(a)
        a.clone rescue a
      end