Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
source_root(path = nil)
public
Stores and return the source root for this class
# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 28
def source_root(path = nil)
@_source_root = path if path
@_source_root ||= nil
end