@private Generates conventional files for an rspec project
# File lib/rspec/core/project_initializer.rb, line 11 def initialize(opts = {}) @destination = opts.fetch(:destination, Dir.getwd) @stream = opts.fetch(:report_stream, $stdout) @template_path = opts.fetch(:template_path) do File.expand_path("../project_initializer", __FILE__) end end
Generated with the Darkfish Rdoc Generator 2.