Module: MotionSupport

Defined in:
motion/logger.rb,
motion/concern.rb,
motion/version.rb,
motion/duration.rb,
motion/callbacks.rb,
motion/inflections.rb,
motion/number_helper.rb,
motion/inflector/methods.rb,
motion/descendants_tracker.rb,
motion/inflector/inflections.rb,
motion/hash_with_indifferent_access.rb

Defined Under Namespace

Modules: Callbacks, Concern, DescendantsTracker, Inflector, NumberHelper Classes: Duration, HashWithIndifferentAccess, NetworkLogger, NullLogger, StdoutLogger

Constant Summary collapse

VERSION =
"1.2.1"

Class Method Summary collapse

Class Method Details

.loggerObject



44
45
46
# File 'motion/logger.rb', line 44

def self.logger
  @logger ||= StdoutLogger.new
end