# File lib/pry/command_set.rb, line 421
    def initialize(is_command, retval = nil)
      @is_command, @retval = is_command, retval
    end