springernature/macmillan-utils

View on GitHub
lib/macmillan/utils/helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Macmillan
  module Utils
    ##
    # Namespace for helpers classes
    #
    module Helper
      autoload :HashKeyHelper,          'macmillan/utils/helper/hash_key_helper'
      autoload :StringConversionHelper, 'macmillan/utils/helper/string_conversion_helper'
    end
  end
end