class Rails::Command::Base
def usage_path
def usage_path if default_command_root path = File.join(default_command_root, "USAGE") path if File.exist?(path) end end
def usage_path if default_command_root path = File.join(default_command_root, "USAGE") path if File.exist?(path) end end