Hacker News new | ask | show | jobs
by ckrailo 933 days ago
I use `my_object.methods.sort - Object.methods` to help reduce the methods I need to consider.
1 comments

Subtracting Object.new.methods will remove more of the standard methods than Object.methods.
Even better, thank you!