Class: Vindetta::Generator

Inherits:
Object
  • Object
show all
Defined in:
lib/vindetta/generator.rb

Constant Summary collapse

VINS =
[
  "KNAFX4A67E5095888",
  "1FTRX12W18KE97487",
  "2HGFA1F38BH525824",
  "1C4GP64L5YB667678"
].freeze

Class Method Summary collapse

Class Method Details

.generate(options = {}) ⇒ Object



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

def self.generate(options = {})
  VINS.sample
end