sid0-problem

master
Denis Knauf 2010-03-30 01:19:45 +02:00
parent e901e7a991
commit 3e9022a677
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ module LogAn
class SID0 < Command
class <<self
attr_accessor :store, :config
def config=( db) @@config = db end
def config() @@config end
def store=( db) @@store = db end
def store() @@store end
end
def initialize sid = 0