# File lib/pry/method.rb, line 368
    def dynamically_defined?
      !!(source_file and source_file =~ /(\(.*\))|<.*>/)
    end