# File lib/pry/commands/edit.rb, line 139 def pry_method?(code_object) code_object.is_a?(Pry::Method) && code_object.pry_method? end