# File lib/pry/commands/show_info.rb, line 152
    def obj_name
      @obj_name ||= args.empty? ? nil : args.join(' ')
    end