# File lib/aws/core/autoloader.rb, line 30 def self.eager_autoload! unless @@eager @@eager = true @@autoloads.values.uniq.each {|file_path| require(file_path) } end end