Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.8) is shown here.
usage_message()
protected
Read USAGE from file in generator base path.
Show source
def usage_message
File.read(File.join(spec.path, 'USAGE')) rescue ''
end