Module: SIPP

Defined in:
lib/sipp.rb,
lib/sipp/code.rb,
lib/sipp/engine.rb,
lib/sipp/version.rb,
lib/sipp/extended.rb,
lib/sipp/inverted.rb,
lib/sipp/localiser.rb,
lib/sipp/dictionary.rb,
lib/sipp/extended_dictionary.rb,
lib/sipp/inverted_dictionary.rb

Defined Under Namespace

Modules: Dictionary, ExtendedDictionary, InvertedDictionary, Localiser Classes: Code, Engine, Extended, Inverted, SIPPCodeWrapper

Constant Summary collapse

Error =
Class.new StandardError
CodeError =
Class.new Error
CategoryError =
Class.new Error
TypeError =
Class.new Error
TransmissionDriveError =
Class.new Error
FuelACError =
Class.new Error
Category =
Class.new SIPPCodeWrapper
Type =
Class.new SIPPCodeWrapper
TransmissionDrive =
Class.new SIPPCodeWrapper
Transmission =
Class.new SIPPCodeWrapper
Drive =
Class.new SIPPCodeWrapper
FuelAC =
Class.new SIPPCodeWrapper
Fuel =
Class.new SIPPCodeWrapper
Ac =
Class.new SIPPCodeWrapper
VERSION =
'0.1.9'
WILDCARDS =
{
  nil          => '*',
  :unspecified => '*',
}