# File lib/pry/commands/play.rb, line 58
    def content_after_options
      if opts.present?(:open)
        restrict_to_lines(content, (0..-2))
      elsif opts.present?(:expression)
        content_at_expression
      else
        content
      end
    end