Module: Vindetta

Defined in:
lib/vindetta.rb,
lib/vindetta/cli.rb,
lib/vindetta/vin.rb,
lib/vindetta/errors.rb,
lib/vindetta/version.rb,
lib/vindetta/generator.rb,
lib/vindetta/transliterator.rb

Defined Under Namespace

Classes: CLI, Generator, InvalidCharacter, InvalidVin, Transliterator, Vin

Constant Summary collapse

VERSION =
'0.4.0'.freeze

Class Method Summary collapse

Class Method Details

.generate(options = {}) ⇒ Object



9
10
11
# File 'lib/vindetta.rb', line 9

def self.generate(options = {})
  Generator.generate(options)
end