1
0
mirror of https://code.semirocket.science/wrapsix synced 2025-12-08 09:55:13 +02:00

Basic sceleton

Configuration file
Resolver listens and receives but not replies yet
Pure class of the Wrapper just to be
This commit is contained in:
xHire
2008-11-22 21:35:24 +01:00
commit f09255b0d7
6 changed files with 232 additions and 0 deletions

20
lib/wrapper.rb Normal file
View File

@@ -0,0 +1,20 @@
#####
## WrapSix
###
#> lib/wrapper.rb
#~ WrapSix Wrapper
####
# Author: Michal Zima, 2008
# E-mail: xhire@tuxportal.cz
#####
class Wrapper
def initializer
end
def start
end
def exit
end
end