method
new
new(config, opt, srcroot, objroot)
public
Hide source
# File actionwebservice/setup.rb, line 1062 def initialize(config, opt, srcroot, objroot) @config = config @options = opt @srcdir = File.expand_path(srcroot) @objdir = File.expand_path(objroot) @currdir = '.' end


