Method: ROM.container

Defined in:
lib/rom/create_container.rb

.container(*args, &block) ⇒ 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.



64
65
66
# File 'lib/rom/create_container.rb', line 64

def self.container(*args, &block)
  InlineCreateContainer.new(*args, &block).container
end