# File lib/cucumber/load_path.rb, line 3 def add_dirs(*dirs) dirs.each do |dir| $LOAD_PATH.unshift(dir) unless $LOAD_PATH.include?(dir) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.