finding where a class file is defined

Developer from somewhere

Get a handle on one of the methods:

m = YourClass.method(:some_method)
puts m.source_location