Method: Aws::EagerLoader#initialize
- Defined in:
- lib/aws-sdk-core/eager_loader.rb
#initialize ⇒ EagerLoader
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of EagerLoader.
7 8 9 |
# File 'lib/aws-sdk-core/eager_loader.rb', line 7 def initialize @loaded = Set.new end |