moduleRailsmoduleCommandclassNewCommand<BasedefhelpRails::Command.invoke:application,["--help"]enddefperform(*)puts"Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first.\n"puts"Type 'rails' for help."exit1endendendend