class Cukedep::Sandbox
A context in which hook block codes are run.
Attributes
base_dir[R]
proj_dir[R]
Public Class Methods
new(theBaseDir, theProjectDir)
click to toggle source
# File lib/cukedep/sandbox.rb, line 9 def initialize(theBaseDir, theProjectDir) @base_dir = theBaseDir.dup.freeze @proj_dir = theProjectDir.dup.freeze end