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:
20
lib/wrapper.rb
Normal file
20
lib/wrapper.rb
Normal 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
|
||||
Reference in New Issue
Block a user