# File lib/pry/commands/play.rb, line 76
    def should_use_default_file?
      !args.first && !opts.present?(:in) && !opts.present?(:out)
    end