# File lib/pry/commands/code_collector.rb, line 112
    def obj_name
      @obj_name ||= args.empty? ? "" : args.join(" ")
    end