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.
names()
public
Return a convenient sorted list of all generator names.
# File railties/lib/rails_generator/lookup.rb, line 175
def names
map { |spec| spec.name }.sort
end