# File lib_doc/rucy/sample.rb, line 30
    def initialize(string, password, text, number, regexp, bool, select, radio, checkset)
      @string = string
      @password = password
      @text = text
      @number = number
      @regexp = regexp
      @bool = bool
      @select = select
      @radio = radio
      @checkset = checkset
    end