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