# File lib/pry/method.rb, line 130 def all_from_class(klass) all_from_common(klass, :instance_method) end