class Rails::Generators::Base
def self.source_root(path=nil)
def self.source_root(path=nil) @_source_root = path if path @_source_root ||= default_source_root end
def self.source_root(path=nil) @_source_root = path if path @_source_root ||= default_source_root end