# File lib/rubyipmi/freeipmi/commands/chassisconfig.rb, line 11
    def commit
      @options["commit"] = false
      value = runcmd
      @options.delete_notify("commit")
      return value
    end