aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/ext/lib/dumm.rb
Commit message (Collapse)AuthorAgeFilesLines
* list available templates using "template" aliasMartin Willi2009-05-111-3/+7
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* added template() shortcutMartin Willi2009-04-071-0/+5
|
* added Dumm.method_missing, allows direct invocation of guests/bridgesMartin Willi2009-04-071-0/+12
|
* added booted?/boot methodsMartin Willi2009-04-071-1/+9
|
* use safe each() implementations, allowing delete() in blockMartin Willi2009-04-071-0/+1
| | | | implement Client.reset() in ruby
* added a reset() method to Dumm and each clientMartin Willi2009-04-071-0/+13
| | | | identation cleanups
* * guest#running?Tobias Brunner2008-08-271-0/+21
* 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