# File estraier.rb, line 250
    def set_options(options)
      Utility::check_types({ options=>Integer }) if $DEBUG
      @options |= options
    end