Module: SmartCore::Container::Mixin::InstanceMethods Private

Defined in:
lib/smart_core/container/mixin.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 0.7.0

Instance Method Summary collapse

Instance Method Details

#containerSmartCore::Container

Returns:

Since:

  • 0.7.0



82
83
84
# File 'lib/smart_core/container/mixin.rb', line 82

def container
  self.class.container
end