to_h()
Always returns an empty hash.
nil.to_h #=> {}
static VALUE nil_to_h(VALUE obj) { return rb_hash_new(); }