class Rufus::Lru::Hash

def to_h


Returns a regular Hash with the entries in this hash.
def to_h
  {}.merge!(self)
end