Y
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
vidarh
933 days ago
Subtracting Object.new.methods will remove more of the standard methods than Object.methods.
link
ckrailo
933 days ago
Even better, thank you!
link