module Mexico::Core::DesignCore

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

Public Instance Methods

core_included?() click to toggle source

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

# File lib/mexico/core/design_core.rb, line 25
def core_included?
  true
end