ded8008470
git-svn-id: file:///home/svn/framework3/trunk@13408 4d416f70-5f16-0410-b530-b9f4589650da
15 lines
179 B
Ruby
15 lines
179 B
Ruby
module Lab
|
|
module Controllers
|
|
module DynagenController
|
|
|
|
def self.running_list
|
|
raise "Unsupported"
|
|
end
|
|
|
|
def self.dir_list(basepath=nil)
|
|
raise "Unsupported"
|
|
end
|
|
end
|
|
end
|
|
end
|