Module: Archipelago::Exxon

Defined in:
lib/archipelago/exxon.rb

Defined Under Namespace

Classes: NoRemoteDatabaseAvailableException, Valdez

Constant Summary collapse

TANKER_DESCRIPTION =
{
  :class => 'Archipelago::Cove::Tanker'
}
PARTS =
3
HAZELWOOD =

The default Archipelago::Exxon::Valdez that is always available for lookups is Archipelago::Exxon::HAZELWOOD.

If you really need to you can customize it by defining HAZELWOOD_OPTIONS before loading disco.rb, and if you REALLY need to you can disable it completely by setting HAZELWOOD_DISABLED to true.

Valdez.new(defined?(HAZELWOOD_OPTIONS) ? HAZELWOOD_OPTIONS : {})