9 ms·I use `my_object.methods.sort - Object.methods` to help reduce the methods I need to consider.by ckrailo 3y agoI use `my_object.methods.sort - Object.methods` to help reduce the methods I need to consider.vidarh 3y agoSubtracting Object.new.methods will remove more of the standard methods than Object.methods.ckrailo 3y agoEven better, thank you!