file_lookup_paths()
No documentation available.
# File railties/lib/rails/command.rb, line 167 def file_lookup_paths # :doc: @file_lookup_paths ||= [ "{#{lookup_paths.join(',')}}", "**", "*_command.rb" ] end