7 lines
109 B
Ruby
Raw Normal View History

module SharedEnvExtension
def j1
odeprecated "ENV.j1", "ENV.deparallelize"
deparallelize
end
end