Find where a method is defined and its owner

# where
any_object.method(:any_method).source_location
# owner
any_object.method(:any_method).owner

Reference

results matching ""

    No results matching ""