Method: Cukedep::Sandbox#initialize
- Defined in:
- lib/cukedep/sandbox.rb
#initialize(theBaseDir, theProjectDir) ⇒ Sandbox
Returns a new instance of Sandbox.
10 11 12 13 |
# File 'lib/cukedep/sandbox.rb', line 10 def initialize(theBaseDir, theProjectDir) @base_dir = theBaseDir.dup.freeze @proj_dir = theProjectDir.dup.freeze end |