module Thor::Actions::ClassMethods

def source_root(path=nil)

Stores and return the source root for this class
def source_root(path=nil)
  @_source_root = path if path
  @_source_root
end