# File lib/backports/2.3.0/hash/to_proc.rb, line 3
    def to_proc
      h = self
      Proc.new{|*args| h[*args]}
    end