Method: GraphQL::Execution::Lazy::LazyMethodMap#initialize_copy

Defined in:
lib/graphql/execution/lazy/lazy_method_map.rb

#initialize_copy(other) ⇒ Object

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.



23
24
25
# File 'lib/graphql/execution/lazy/lazy_method_map.rb', line 23

def initialize_copy(other)
  @storage = other.storage.dup
end