This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
reset_sources()
Reset the source list.
# File railties/lib/rails_generator/lookup.rb, line 82 def reset_sources write_inheritable_attribute(:sources, []) invalidate_cache! end