# File estraier.rb, line 238
    def set_max(max)
      Utility::check_types({ max=>Integer }) if $DEBUG
      @max = max
    end