Method: CodePath#initialize

Defined in:
lib/codepath/codepath.rb

#initialize(code_dir) ⇒ CodePath

Returns a new instance of CodePath.



5
6
7
# File 'lib/codepath/codepath.rb', line 5

def initialize(code_dir)
    @code_dir = code_dir
end