fails(on GHA):Module#define_method when the default definee is not the same as the module sets the visibility of the method to public
fails:Module#define_method when passed a Proc object and a method is defined inside defines the nested method in the default definee where the Proc was created
fails:Module#define_method when passed a block behaves exactly like a lambda for break
fails:Module#define_method when passed a block behaves exactly like a lambda for next
