Sha256: 32c710bc7b8d10ae5e1b6dd0c266f492455d93cf17f22d321555a13897743a87
Contents?: true
Size: 420 Bytes
Versions: 37
Compression:
Stored size: 420 Bytes
Contents
# frozen_string_literal: true ActiveObject.configure do |config| config.autoload_array = true config.autoload_date = true config.autoload_enumerable = true config.autoload_hash = true config.autoload_integer = true config.autoload_kernel = true config.autoload_numeric = true config.autoload_object = true config.autoload_range = true config.autoload_string = true config.autoload_time = true end
Version data entries
37 entries across 37 versions & 1 rubygems