reload!(print=true)
reloads the environment
# File railties/lib/rails/console/app.rb, line 27 def reload!(print=true) puts "Reloading..." if print # This triggers the to_prepare callbacks ActionDispatch::Callbacks.new(Proc.new {}, false).call({}) true end