Method: Object#present?
- Defined in:
- ext/faster_support/core_ext/object/blank/object_blank.c
#present? ⇒ Boolean
25 26 27 28 |
# File 'ext/faster_support/core_ext/object/blank/object_blank.c', line 25 static VALUE rb_obj_present(VALUE obj) { return RB_NEGATE(rb_obj_blank(obj)); } |