class Rails::Command::Base

def usage_path

Path to lookup a USAGE description in a file.
def usage_path
  @usage_path = resolve_path("USAGE") unless defined?(@usage_path)
  @usage_path
end