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