Hi, I'm developer from Taiwan but now living in Toronto. I always like simple things. My hobby is to make knowledge very simple and easy to understand.
You can use obj.method(:a_method_name).source_location to know where the method, a_method_name, is defined. It's super useful when debugging so I don't need to "guess" what a method does
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
You can use
obj.method(:a_method_name).source_locationto know where the method,a_method_name, is defined. It's super useful when debugging so I don't need to "guess" what a method does