Method: ROM::Memory::Gateway#initialize

Defined in:
lib/rom/memory/gateway.rb

#initializeGateway

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 Gateway.



24
25
26
# File 'lib/rom/memory/gateway.rb', line 24

def initialize
  @connection = Storage.new
end