Method: Hash#present?
- Defined in:
- ext/faster_support/core_ext/object/blank/object_blank.c
#present? ⇒ Boolean
59 60 61 62 |
# File 'ext/faster_support/core_ext/object/blank/object_blank.c', line 59 static VALUE rb_hash_present(VALUE self) { return RB_NEGATE(rb_hash_blank(self)); } |