# File lib/pry/commands/play.rb, line 80
    def content
      if should_use_default_file?
        file_content
      else
        @cc.content
      end
    end