Method: CppEngine#initialize

Defined in:
lib/cpp_engine.rb

#initialize(root_path = ".") ⇒ CppEngine



3
4
5
6
# File 'lib/cpp_engine.rb', line 3

def initialize root_path="."
    @root_path=root_path
    @compilers=[]
end