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.
File.dirname(File.dirname(File.(__FILE__)))
- SHARE_PATH =
Path to the data files of the gem.
File.join File.dirname(LIB_PATH), 'share'