1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-20 07:11:06 +03:00
wrapsix/lib/wrapper.rb

21 lines
200 B
Ruby
Raw Normal View History

#####
## 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