class Idlc::Workspace

def initialize

def initialize
  @tmp_dir = Dir.mktmpdir('ws-temp')
end