Project

General

Profile

« Previous | Next » 

Revision 2f744f53

Added by nobu (Nobuyoshi Nakada) over 6 years ago

Refactored objspace_each_objects

As rb_objspace_each_objects_without_setup doesn't reset and
restore dont_incremental flag, renamed the bare iterator as
objspace_each_objects_without_setup. objspace_each_objects
calls it when called with the flag disabled, wrap the arguments
otherwise only.