Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | added booted?/boot methods | Martin Willi | 2009-04-07 | 1 | -0/+17 |
| | |||||
* | use safe each() implementations, allowing delete() in block | Martin Willi | 2009-04-07 | 1 | -0/+7 |
| | | | | implement Client.reset() in ruby | ||||
* | * guest#running? | Tobias Brunner | 2008-08-27 | 1 | -0/+40 |
* guest?, iface? (also Guest.include? resp. guest.include?) * easy accessors for guests and ifaces (Guest.sun instead of Guest["sun"] and guest.eth0 instead of guest["eth0"]) * if a block is given for iface#add or iface#del then the change is only temporary while executing the block and gets reverted afterwards |