aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/ext/lib/dumm
Commit message (Collapse)AuthorAgeFilesLines
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* added booted?/boot methodsMartin Willi2009-04-071-0/+17
|
* use safe each() implementations, allowing delete() in blockMartin Willi2009-04-071-0/+7
| | | | implement Client.reset() in ruby
* * guest#running?Tobias Brunner2008-08-271-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