This method is deprecated or moved on the latest stable version.
The last existing version (v3.1.0) is shown here.
reload!(print=true)
public
reloads the environment
# File railties/lib/rails/console/app.rb, line 27
def reload!(print=true)
puts "Reloading..." if print
ActionDispatch::Reloader.cleanup!
ActionDispatch::Reloader.prepare!
true
end