# File lib/pry/commands/play.rb, line 51
    def show_input
      if opts.present?(:print) or !Pry::Code.complete_expression?(eval_string)
        run "show-input"
      end
    end