# File lib/pry/method.rb, line 160 def all_from_obj(obj, include_super=true) all_from_class(singleton_class_of(obj), include_super) end