Module: Util

Defined in:
lib/util.rb,
lib/util/i18n.rb,
lib/util/test.rb,
lib/util/lists.rb,
lib/util/communia.rb,
lib/util/lists/iso639.rb,
lib/util/console_logger.rb

Overview

A collection of simple utilities to reduce boilerplate.

Defined Under Namespace

Modules: Lists Classes: ConsoleLogger, I18n, Testing

Constant Summary collapse

LIB_PATH =

Path to source code of the Ruby part of the gem.

Do not document:

File.dirname(File.dirname(File.expand_path(__FILE__)))
SHARE_PATH =

Path to the data files of the gem.

Do not document:

File.join File.dirname(LIB_PATH), 'share'