# File lib/rubyipmi/freeipmi/commands/chassisconfig.rb, line 20
    def checkout(section=nil)
      @options["checkout"] = false
      if section
        @options["section"] = section
      end
      value = runcmd
      @options.delete_notify("checkout")
      if section
        @options.delete_notify("section")
      end
      return value
    end