Top Level Namespace

Defined Under Namespace

Classes: Array, PerseusMatch

Constant Summary collapse

LINGO_BASE =
ENV['PM_LINGO_BASE'] || (
  File.readable?('LINGO_BASE') ? File.read('LINGO_BASE').chomp : '.'
)
LINGO_FOUND =
File.readable?(File.join(LINGO_BASE, 'lingo.rb'))
LINGO_CONFIG =
lingo_config