# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 29 def source_root(path = nil) @_source_root = path if path @_source_root ||= nil end