Seberius/cache_lib

View on GitHub
lib/cache_lib/util/ext_hash_legacy.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CacheLib
  module Util
    class ExtHash
      def pop_tail
        delete(first[0])
      end
    end
  end
end