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/validator.rb,
lib/vindetta/transliterator.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'0.7.0'.freeze

Class Method Summary collapse

Class Method Details

.generate(options = {}) ⇒ Object



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

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