activesupport on ruby 2.6 | using 1.hour in step gets slow · Issue #34888 · rails/rails
Steps to reproduce use ruby 2.6 & activesupport 5.2.2 (1...72000).step(1.hour).each { |x| puts x } or any other duration used in step Expected behavior be constantly fast Actual behavior gets expon...