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

Instance Method Summary collapse

Instance Method Details

#containerSmartCore::Container

Returns:

Since:

  • 0.5.0



78
79
80
# File 'lib/smart_core/container/mixin.rb', line 78

def container
  self.class.container
end