Module: Mexico::Core::DesignCore

Included in:
FileSystem::Design
Defined in:
lib/mexico/core/design_core.rb

Overview

The Design core module contains methods for implementations of the design class that are independent of the implementation.

Instance Method Summary collapse

Instance Method Details

#core_included?Boolean

simple test method that can be called to see whether the module was included successfully

Returns:

  • (Boolean)


25
26
27
# File 'lib/mexico/core/design_core.rb', line 25

def core_included?
  true
end